summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-01-05 15:03:00 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-01-05 15:03:00 -0500
commitdcbcd651c5bd5e784f658926e6e01b14e7ae6b5d (patch)
treefc0a20f1c8096c057247adad68fbb89bf3464811
parent3e2c93bde529d5ac1f6a4716abcb51fb75881c1c (diff)
downloadroux-dcbcd651c5bd5e784f658926e6e01b14e7ae6b5d.tar.gz
enable new spilling pass
-rw-r--r--lisc/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/main.c b/lisc/main.c
index 078c3f2..534c8bd 100644
--- a/lisc/main.c
+++ b/lisc/main.c
@@ -58,6 +58,8 @@ func(Fn *fn)
 
 	isel(fn);
 	filllive(fn);
+	fillcost(fn);
+	spill(fn);
 #if 0
 	memopt(fn);
 	ssa(fn);