summary refs log tree commit diff
diff options
context:
space:
mode:
-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);