specialize vdup into idup

This commit is contained in:
Quentin Carbonneaux 2015-10-06 13:22:46 -04:00
parent ce72ad0ecd
commit 1f7acbd88f
6 changed files with 9 additions and 9 deletions

View file

@ -402,7 +402,7 @@ spill(Fn *fn)
}
b->in = v;
b->nins = &insb[NIns] - curi;
vdup(&b->ins, curi, b->nins * sizeof(Ins));
idup(&b->ins, curi, b->nins);
}
/* align the locals to a 16 byte boundary */