From 7ae620da6cf740b0350d78ff4e83e78377c54558 Mon Sep 17 00:00:00 2001 From: kenner Date: Wed, 18 Sep 1996 21:48:28 +0000 Subject: [PATCH] (PREDICATE_CODES): Add alpha_swapped_comparison_operator. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12743 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/alpha/alpha.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 1778a8e2c77..44a541091aa 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}}, \ -- 2.11.0