mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59: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);
|
isel(fn);
|
||||||
fillrpo(fn);
|
fillrpo(fn);
|
||||||
fillpreds(fn);
|
fillpreds(fn);
|
||||||
|
fillphi(fn);
|
||||||
filllive(fn);
|
filllive(fn);
|
||||||
fillcost(fn);
|
fillcost(fn);
|
||||||
fillphi(fn);
|
|
||||||
spill(fn);
|
spill(fn);
|
||||||
rega(fn);
|
rega(fn);
|
||||||
fillrpo(fn);
|
fillrpo(fn);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user