mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
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
This commit is contained in:
parent
95899b3495
commit
261139ce14
@ -1,3 +1,8 @@
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user