summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-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);