Commit f842d54f by Jan Hubicka

Revert accidental commit.

From-SVN: r160349
parent a7e3698d
......@@ -2367,13 +2367,7 @@ cleanup_cfg (int mode)
break;
else if ((mode & CLEANUP_CROSSJUMP)
&& crossjumps_occured)
{
/* Fast DCE is expensive, we really want to be sure we don't
re-run it just because crossjumping cascade. */
while (try_optimize_cfg (mode))
delete_unreachable_blocks ();
run_fast_dce ();
}
run_fast_dce ();
}
else
break;
......
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