Commit 261139ce by Richard Sandiford Committed by Richard Sandiford

cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag after simplifying the jump.

	* cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag
	after simplifying the jump.

From-SVN: r85200
parent 95899b34
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
......
......@@ -187,6 +187,7 @@ try_simplify_condjump (basic_block cbranch_block)
/* 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;
}
......
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