summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 12:53:53 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 12:53:53 -0500
commit866b981a553a8d30b35f0ea7ba095cdec8692486 (patch)
tree6e125613fcb7fb15788f9b753cedea7dbe1c5370
parentecebb6f48e276336d386125f3471b1c20db97119 (diff)
downloadroux-866b981a553a8d30b35f0ea7ba095cdec8692486.tar.gz
test liveness
-rw-r--r--lisc/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/main.c b/lisc/main.c
index 0689ae8..4e5ab13 100644
--- a/lisc/main.c
+++ b/lisc/main.c
@@ -55,6 +55,8 @@ func(Fn *fn)
 	fillrpo(fn);
 	fillpreds(fn);
 	filluse(fn);
+
+	filllive(fn);
 #if 0
 	memopt(fn);
 	ssa(fn);