aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/main.c b/main.c
index 977c55b..ba3ad0c 100644
--- a/main.c
+++ b/main.c
@@ -72,10 +72,18 @@ func(Fn *fn)
fillalias(fn);
coalesce(fn);
filluse(fn);
+ filldom(fn);
ssacheck(fn);
- copy(fn);
+ gvn(fn);
+ fillcfg(fn);
+ filluse(fn);
+ ifelim(fn);
+ fillcfg(fn);
filluse(fn);
- fold(fn);
+ filldom(fn);
+ gcm(fn);
+ filluse(fn);
+ ssacheck(fn);
T.abi1(fn);
simpl(fn);
fillcfg(fn);