aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 99ab330..56529c9 100644
--- a/main.c
+++ b/main.c
@@ -69,7 +69,6 @@ func(Fn *fn)
ssa(fn);
filluse(fn);
ssacheck(fn);
- fillloop(fn);
fillalias(fn);
loadopt(fn);
filluse(fn);
@@ -83,6 +82,7 @@ func(Fn *fn)
T.isel(fn);
fillrpo(fn);
filllive(fn);
+ fillloop(fn);
fillcost(fn);
spill(fn);
rega(fn);