(PREDICATE_CODES): Add alpha_swapped_comparison_operator.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 18 Sep 1996 21:48:28 +0000 (17:48 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 18 Sep 1996 21:48:28 +0000 (17:48 -0400)
From-SVN: r12743

gcc/config/alpha/alpha.h

index 1778a8e2c77241d8c185dcc6bde6be74101830aa..44a541091aac9864ff95495cd5c159fe6b05ddff 100644 (file)
@@ -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}},                     \