mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fillphi() now comes before filllive()
This commit is contained in:
parent
d43ebe8f58
commit
27bcd5a3c6
@ -50,9 +50,9 @@ func(Fn *fn)
|
||||
isel(fn);
|
||||
fillrpo(fn);
|
||||
fillpreds(fn);
|
||||
fillphi(fn);
|
||||
filllive(fn);
|
||||
fillcost(fn);
|
||||
fillphi(fn);
|
||||
spill(fn);
|
||||
rega(fn);
|
||||
fillrpo(fn);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user