compute reg interferences in filllive()

This commit is contained in:
Quentin Carbonneaux 2015-09-27 20:31:07 -04:00
parent 2273d22ced
commit 538e3aff7f
2 changed files with 9 additions and 1 deletions

View file

@ -225,6 +225,7 @@ struct Tmp {
uint cost;
short spill;
short wide;
ulong intr;
int hint;
int phi;
};