aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 7a97f8a..ae73ba1 100644
--- a/main.c
+++ b/main.c
@@ -81,6 +81,8 @@ func(Fn *fn)
gcm(fn);
filluse(fn);
ssacheck(fn);
+ loopopt(fn);
+ filluse(fn);
T.abi1(fn);
simpl(fn);
fillcfg(fn);