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

@ -277,7 +277,7 @@ Blk *balloc();
void emit(int, int, Ref, Ref, Ref);
void emiti(Ins);
int bcnt(Bits *);
void vdup(void *, void *, size_t);
void idup(Ins **, Ins *, ulong);
Ins *icpy(Ins *, Ins *, ulong);
/* parse.c */