gcse.c (cprop_jump): New function, broken out of cprop_insn.
authorBernd Schmidt <bernds@cygnus.co.uk>
Wed, 25 Aug 1999 03:30:45 +0000 (03:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Aug 1999 03:30:45 +0000 (21:30 -0600)
commitabd535b681d7bba79c3f8bc85451822fe7e4f8d0
tree8b7837f542b26655996939408963aac7b9617fee
parentb6c8689d9b5bf1e163efaca313dd491c8dca50e0
gcse.c (cprop_jump): New function, broken out of cprop_insn.

        * gcse.c (cprop_jump): New function, broken out of cprop_insn.
        (cprop_cc0_jump): New function.
        (cprop_insn): Break out new function cprop_jump and use it.
        Also use cprop_cc0_jump for machines with CC0.
        (cprop): Don't crash if cprop_insn turned the insn into a NOTE.

From-SVN: r28834
gcc/ChangeLog
gcc/gcse.c