ifcvt.c (merge_if_block): Use any_uncondjump_p...
commitf926a2566dd729e82c3798ed9e3e0a91d67b06de
authorJeffrey A Law <law@cygnus.com>
Thu, 10 May 2001 15:15:48 +0000 (10 15:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 10 May 2001 15:15:48 +0000 (10 09:15 -0600)
treecb402361427a0ac2783f5f9973e729622c3eafa5
parent8850521be3f43147cbe9fa2ac5f1d9e16ac702ab
ifcvt.c (merge_if_block): Use any_uncondjump_p...

        * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p
        to determine if a block has an unconditional jump at its end.

        * jump.c (jump_optimize_1): When converting a conditional jump
        to an unconditional jump, build the jump using gen_jump instead
        of just modify operands in-place.

From-SVN: r41939
gcc/ChangeLog
gcc/ifcvt.c
gcc/jump.c