disable optimizations

This commit is contained in:
Quentin Carbonneaux 2015-11-27 11:32:38 -05:00
parent 3302e31534
commit d6fb05a233
3 changed files with 7 additions and 1 deletions

View file

@ -53,11 +53,13 @@ func(Fn *fn)
fillrpo(fn);
fillpreds(fn);
filluse(fn);
#if 0
memopt(fn);
ssa(fn);
filluse(fn);
copy(fn);
filluse(fn);
#endif
isel(fn);
filllive(fn);
fillcost(fn);