ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn in the block is...
authorJeffrey A Law <law@cygnus.com>
Wed, 31 May 2000 07:33:02 +0000 (07:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 31 May 2000 07:33:02 +0000 (01:33 -0600)
commit2bc631143e367f48a6d92e396dd45858080367dc
tree3c396a1a4ed7f6888d20c5eba0ac9b9cea7cfd36
parent71a19881247be278a9fb072347c07a9411372e10
ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn in the block is more than just a simple conditional...

        * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
        in the block is more than just a simple conditional branch.
        (noce_process_if_block): Similarly.

From-SVN: r34287
gcc/ChangeLog
gcc/ifcvt.c