rebuild rpo after fold
This commit is contained in:
parent
c691b4df12
commit
e1691d5c82
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -54,6 +54,7 @@ func(Fn *fn)
|
|||
abi(fn);
|
||||
filluse(fn);
|
||||
isel(fn);
|
||||
fillrpo(fn);
|
||||
filllive(fn);
|
||||
fillcost(fn);
|
||||
spill(fn);
|
||||
|
|
Loading…
Add table
Reference in a new issue