gcse.c (bypass_last_basic_block): New global variable.
authorRoger Sayle <roger@eyesopen.com>
Sat, 25 Jan 2003 21:49:52 +0000 (21:49 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 25 Jan 2003 21:49:52 +0000 (21:49 +0000)
* gcse.c (bypass_last_basic_block): New global variable.
(bypass_block):  Use redirect_edge_and_branch_force to redirect
fall-through edges.  Use bypass_last_basic_block to determine
which blocks have valid PRE information.
(bypass_conditional_jumps): Initialize bypass_last_basic_block.

From-SVN: r61800


No differences found