aboutsummaryrefslogtreecommitdiff
path: root/ssa.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-18 14:59:36 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-18 14:59:36 +0800
commit8f734c1befb10321577ba715edb0f17deec5f9db (patch)
tree4a76c28fa2a0ceaac69c64cd4d747e2997bf75ac /ssa.c
parent1cf0c5b7c23987a05790c50a8c7cb8ebe5eba363 (diff)
...
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;