commit e1691d5c8231cf0a908c52e7ca44c40002e3f4c9 parent c691b4df12d2f9c7e91f8946a7e56ee48e76cf51 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sat, 9 Apr 2016 18:41:30 -0400 rebuild rpo after fold Diffstat:
| M | main.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);