make spiller aware of parallel assignments

This commit is contained in:
Quentin Carbonneaux 2015-08-22 10:18:16 -04:00
parent bc3e07536a
commit 762fb723e5
2 changed files with 36 additions and 4 deletions

View file

@ -280,6 +280,7 @@ void fillcost(Fn *);
void spill(Fn *);
/* rega.c */
int isreg(Ref);
void rega(Fn *);
/* emit.c */