diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-18 17:48:28 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-18 17:48:28 -0400 |
commit | d1e03f311f3e29f0fd414d2002e6d582b2bf0a53 (patch) | |
tree | 5b52b8800534ca950fd90162de9ec9a166985919 /gcc | |
parent | 5bf6c48a4adc50024bbed8584a9eec1aa86ce984 (diff) | |
download | gcc-d1e03f311f3e29f0fd414d2002e6d582b2bf0a53.zip gcc-d1e03f311f3e29f0fd414d2002e6d582b2bf0a53.tar.gz gcc-d1e03f311f3e29f0fd414d2002e6d582b2bf0a53.tar.bz2 |
(PREDICATE_CODES): Add alpha_swapped_comparison_operator.
From-SVN: r12743
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 1778a8e..44a5410 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -2046,6 +2046,7 @@ literal_section () \ {"mode_width_operand", {CONST_INT}}, \ {"reg_or_fp0_operand", {SUBREG, REG, CONST_DOUBLE}}, \ {"alpha_comparison_operator", {EQ, LE, LT, LEU, LTU}}, \ + {"alpha_swapped_comparison_operator", {EQ, GE, GT, GEU, GTU}}, \ {"signed_comparison_operator", {EQ, NE, LE, LT, GE, GT}}, \ {"divmod_operator", {DIV, MOD, UDIV, UMOD}}, \ {"fp0_operand", {CONST_DOUBLE}}, \ |