rtl.h (CC0_P): New.
authorRichard Henderson <rth@redhat.com>
Sun, 2 Jun 2002 18:38:04 +0000 (11:38 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 2 Jun 2002 18:38:04 +0000 (11:38 -0700)
commit818b6b7fb170190ce8c9253895f200234b4a8880
tree6b027b33c8c4e85a23edfe4f8ac6fc92a468e261
parent61b78ce13ff63efb2f669ec2c872c423ef4ad245
rtl.h (CC0_P): New.

        * rtl.h (CC0_P): New.
        * gcse.c (cprop_jump): Use it with single_set.  Tweak dump text.
        (cprop_insn): Allow any mode register; use CC0_P.  CSE out single_set.
        (bypass_block): Save old dest block for dump text.
        (bypass_conditional_jumps): Allow any mode register; use CC0_P.
        Allow only true SET insns, not single_set.

From-SVN: r54178
gcc/ChangeLog
gcc/gcse.c
gcc/rtl.h