compile rega

This commit is contained in:
Quentin Carbonneaux 2016-01-29 10:07:19 -05:00
parent a70119010f
commit 8d1f2f9d2c
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@ func(Fn *fn)
filllive(fn);
fillcost(fn);
spill(fn);
rega(fn);
#if 0
memopt(fn);
ssa(fn);