* cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag
after simplifying the jump.
From-SVN: r85200
+2004-07-26 Richard Sandiford <rsandifo@redhat.com>
+
+ * cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag
+ after simplifying the jump.
+
2004-06-26 Richard Henderson <rth@redhat.com>
* calls.c (combine_pending_stack_adjustment_and_call): Make
/* Delete the block with the unconditional jump, and clean up the mess. */
delete_basic_block (jump_block);
tidy_fallthru_edge (cbranch_jump_edge);
+ update_forwarder_flag (cbranch_block);
return true;
}