aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-09-18 17:48:28 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-09-18 17:48:28 -0400
commitd1e03f311f3e29f0fd414d2002e6d582b2bf0a53 (patch)
tree5b52b8800534ca950fd90162de9ec9a166985919 /gcc
parent5bf6c48a4adc50024bbed8584a9eec1aa86ce984 (diff)
downloadgcc-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.h1
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}}, \