aboutsummaryrefslogtreecommitdiff
path: root/ssa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssa.c')
-rw-r--r--ssa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssa.c b/ssa.c
index 86c7805..e1c0e4c 100644
--- a/ssa.c
+++ b/ssa.c
@@ -339,8 +339,6 @@ 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;