diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-09 18:41:30 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-09 18:41:30 -0400 |
commit | e1691d5c8231cf0a908c52e7ca44c40002e3f4c9 (patch) | |
tree | 009a9109d622ab0259355d2a42a148a9e71e4c36 | |
parent | c691b4df12d2f9c7e91f8946a7e56ee48e76cf51 (diff) | |
download | roux-e1691d5c8231cf0a908c52e7ca44c40002e3f4c9.tar.gz |
rebuild rpo after fold
-rw-r--r-- | main.c | 1 |
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); |