Commit 9cf84a3c by Jeff Law Committed by Jeff Law

* cfgrtl.c (try_redirect_by_replacing_jump): Fix return value.

From-SVN: r82623
parent f698d217
2004-06-04 Jeff Law <law@redhat.com>
* cfgrtl.c (try_redirect_by_replacing_jump): Fix return value.
2004-06-04 Steven Bosscher <stevenb@suse.de>
* except.c (for_each_eh_region): New function.
......
......@@ -678,7 +678,7 @@ try_redirect_by_replacing_jump (edge e, basic_block target, bool in_cfglayout)
if (flag_reorder_blocks_and_partition
&& find_reg_note (insn, REG_CROSSING_JUMP, NULL_RTX))
return false;
return NULL;
/* Verify that all targets will be TARGET. */
for (tmp = src->succ; tmp; tmp = tmp->succ_next)
......
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