factor vector duplication in vdup()

This commit is contained in:
Quentin Carbonneaux 2015-10-05 21:27:02 -04:00
parent 60aacea0c3
commit a83174f447
6 changed files with 17 additions and 24 deletions

View file

@ -277,6 +277,7 @@ Blk *balloc();
void emit(int, int, Ref, Ref, Ref);
void emiti(Ins);
int bcnt(Bits *);
void vdup(void *, void *, size_t);
/* parse.c */
extern OpDesc opdesc[NOp];