Commit 5c89ef5a by Michael Matz

Revert accidental commit of tree-cfg.c in r151099.

From-SVN: r151119
parent bacd3fb6
...@@ -2296,7 +2296,6 @@ remove_bb (basic_block bb) ...@@ -2296,7 +2296,6 @@ remove_bb (basic_block bb)
if (gimple_in_ssa_p (cfun)) if (gimple_in_ssa_p (cfun))
release_defs (stmt); release_defs (stmt);
unlink_stmt_vdef (stmt);
gsi_remove (&i, true); gsi_remove (&i, true);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment