re-enable all optimizations

This commit is contained in:
Quentin Carbonneaux 2016-02-04 14:01:07 -05:00
parent c2ce1375eb
commit 131e210b38
2 changed files with 1 additions and 6 deletions

View file

@ -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);