Commit f842d54f by Jan Hubicka

Revert accidental commit.

From-SVN: r160349
parent a7e3698d
...@@ -2367,13 +2367,7 @@ cleanup_cfg (int mode) ...@@ -2367,13 +2367,7 @@ cleanup_cfg (int mode)
break; break;
else if ((mode & CLEANUP_CROSSJUMP) else if ((mode & CLEANUP_CROSSJUMP)
&& crossjumps_occured) && crossjumps_occured)
{ run_fast_dce ();
/* 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 ();
}
} }
else else
break; 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