mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
enable new spilling pass
This commit is contained in:
parent
3e2c93bde5
commit
dcbcd651c5
@ -58,6 +58,8 @@ func(Fn *fn)
|
||||
|
||||
isel(fn);
|
||||
filllive(fn);
|
||||
fillcost(fn);
|
||||
spill(fn);
|
||||
#if 0
|
||||
memopt(fn);
|
||||
ssa(fn);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user