summary refs log tree commit diff
path: root/lisc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/main.c')
-rw-r--r--lisc/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisc/main.c b/lisc/main.c
index 6e27e3e..a393a69 100644
--- a/lisc/main.c
+++ b/lisc/main.c
@@ -53,15 +53,11 @@ func(Fn *fn)
 	fillrpo(fn);
 	fillpreds(fn);
 	filluse(fn);
-#if 0
 	memopt(fn);
-#endif
 	ssa(fn);
 	filluse(fn);
-#if 0
 	copy(fn);
 	filluse(fn);
-#endif
 	isel(fn);
 	filllive(fn);
 	fillcost(fn);