summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-09 18:41:30 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-09 18:41:30 -0400
commite1691d5c8231cf0a908c52e7ca44c40002e3f4c9 (patch)
tree009a9109d622ab0259355d2a42a148a9e71e4c36
parentc691b4df12d2f9c7e91f8946a7e56ee48e76cf51 (diff)
downloadroux-e1691d5c8231cf0a908c52e7ca44c40002e3f4c9.tar.gz
rebuild rpo after fold
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 1f1315f..b1047c9 100644
--- a/main.c
+++ b/main.c
@@ -54,6 +54,7 @@ func(Fn *fn)
 	abi(fn);
 	filluse(fn);
 	isel(fn);
+	fillrpo(fn);
 	filllive(fn);
 	fillcost(fn);
 	spill(fn);