disable optimizations
This commit is contained in:
parent
3302e31534
commit
d6fb05a233
3 changed files with 7 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue