flow.c (delete_unreachable_blocks): Do not call merge_blocks or tidy_fallthru_edge...
authorJeffrey A Law <law@cygnus.com>
Wed, 4 Aug 1999 07:11:26 +0000 (07:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 4 Aug 1999 07:11:26 +0000 (01:11 -0600)
commite8fe3cc34e9a4cdc8cc183276d772cc6558e94b1
tree1c92e9773d1bbf8d3e7a826863050e53253e566c
parent31534a2cbae288223a092ee1bd723a19d53f2912
flow.c (delete_unreachable_blocks): Do not call merge_blocks or tidy_fallthru_edge if...

        * flow.c (delete_unreachable_blocks): Do not call merge_blocks
        or tidy_fallthru_edge if the last insn in the block is not
        an unconditional jump or a simple conditional jump.

From-SVN: r28483
gcc/ChangeLog
gcc/flow.c