re-enable all optimizations
This commit is contained in:
parent
c2ce1375eb
commit
131e210b38
2 changed files with 1 additions and 6 deletions
|
@ -53,15 +53,11 @@ func(Fn *fn)
|
|||
fillrpo(fn);
|
||||
fillpreds(fn);
|
||||
filluse(fn);
|
||||
#if 0
|
||||
memopt(fn);
|
||||
#endif
|
||||
ssa(fn);
|
||||
filluse(fn);
|
||||
#if 0
|
||||
copy(fn);
|
||||
filluse(fn);
|
||||
#endif
|
||||
isel(fn);
|
||||
filllive(fn);
|
||||
fillcost(fn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue