]> git.ipfire.org Git - thirdparty/gcc.git/commit
alpha.c (reg_or_0_operand): Use CONST0_RTX.
authorRichard Henderson <rth@redhat.com>
Tue, 4 Jun 2002 02:28:40 +0000 (19:28 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 4 Jun 2002 02:28:40 +0000 (19:28 -0700)
commit73db71375f4cb5ef019e572a9fe0bd26d47ca0db
tree42870c0775a98554af5bae5e3589a845b8337bb1
parenta6f7c915fe0d5e0eaef3c7540a905029ffb35089
alpha.c (reg_or_0_operand): Use CONST0_RTX.

        * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
        (const0_operand): New.
        (reg_or_fp0_operand, fp0_operand): Remove.
        * config/alpha/alpha.h (PREDICATE_CODES): Update.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
        and fp0_operand with reg_or_0_operand and const0_operand.

From-SVN: r54226
gcc/ChangeLog
gcc/config/alpha/alpha-protos.h
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md