summary refs log tree commit diff
path: root/lisc/main.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-04 12:58:51 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-04 12:58:51 -0500
commit134cfc45415bfaf95c68a70e3619b5bd220bde1b (patch)
tree38de80da6d19a2afcd585b960ba90bfffd189db3 /lisc/main.c
parenta3650701d1f87100b6ab41cb120f7923eb851a33 (diff)
downloadroux-134cfc45415bfaf95c68a70e3619b5bd220bde1b.tar.gz
re-add ssa construction
Diffstat (limited to 'lisc/main.c')
-rw-r--r--lisc/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/main.c b/lisc/main.c
index 10de4d6..6e27e3e 100644
--- a/lisc/main.c
+++ b/lisc/main.c
@@ -55,8 +55,10 @@ func(Fn *fn)
 	filluse(fn);
 #if 0
 	memopt(fn);
+#endif
 	ssa(fn);
 	filluse(fn);
+#if 0
 	copy(fn);
 	filluse(fn);
 #endif