From a17cd30de0a54edee0ca4a233146c5db6dd574b8 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sun, 12 Jan 1997 18:11:22 -0800 Subject: [PATCH] (PREDICATE_CODES): Add complemented_arith_operand. From-SVN: r13487 --- gcc/config/mips/mips.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 5e1865849da..b29bd5caa24 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 }}, \