specialize vdup into idup
This commit is contained in:
parent
ce72ad0ecd
commit
1f7acbd88f
6 changed files with 9 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue