aboutsummaryrefslogtreecommitdiff
path: root/ssa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssa.c')
-rw-r--r--ssa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssa.c b/ssa.c
index e1c0e4c..86c7805 100644
--- a/ssa.c
+++ b/ssa.c
@@ -339,6 +339,8 @@ void ssa_generate(int quiet) {
cf->defs = defs;
cf->entry = entry;
cf->next = func_ir;
+ memmove(cf->blks, blks);
+ memmove(cf->ord, ord);
func_ir = cf;
gbbase += bcnt;
bcnt = 0;