aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1997-01-12 18:11:22 -0800
committerJim Wilson <wilson@gcc.gnu.org>1997-01-12 18:11:22 -0800
commita17cd30de0a54edee0ca4a233146c5db6dd574b8 (patch)
tree1fb9e7c4c5c197be98ed43078c058bc83664668e /gcc
parent10f144412d05e3f1effffb6ddeb79c64f2f84705 (diff)
downloadgcc-a17cd30de0a54edee0ca4a233146c5db6dd574b8.zip
gcc-a17cd30de0a54edee0ca4a233146c5db6dd574b8.tar.gz
gcc-a17cd30de0a54edee0ca4a233146c5db6dd574b8.tar.bz2
(PREDICATE_CODES): Add complemented_arith_operand.
From-SVN: r13487
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 5e18658..b29bd5c 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -3176,6 +3176,7 @@ while (0)
{"reg_or_0_operand", { REG, CONST_INT, SUBREG }}, \
{"small_int", { CONST_INT }}, \
{"large_int", { CONST_INT }}, \
+ {"complemented_arith_operand",{ CONST_INT }}, \
{"mips_const_double_ok", { CONST_DOUBLE }}, \
{"const_float_1_operand", { CONST_DOUBLE }}, \
{"simple_memory_operand", { MEM, SUBREG }}, \