jump.c (onlyjump_p): New function.
authorRichard Henderson <rth@cygnus.com>
Sat, 7 Aug 1999 18:36:15 +0000 (11:36 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 7 Aug 1999 18:36:15 +0000 (11:36 -0700)
commitd0e8071928aaf219e9cd98aa0daaacab77d1059f
treeb557a9b19a9ed1f213210bf2c9904a6e1079c631
parent021d1677821665d83eee8026b244465087169435
jump.c (onlyjump_p): New function.

        * jump.c (onlyjump_p): New function.
        * rtl.h: Declare it.
        * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
        of condjump_p in calling tidy_fallthru_edge and merge_blocks.

From-SVN: r28584
gcc/ChangeLog
gcc/flow.c
gcc/jump.c
gcc/rtl.h