From f39c7aed004e50c05b8c514543773d128db5d189 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 5 Mar 1997 11:23:15 -0800 Subject: [PATCH] (PREDICATE_CODES): Delete complemented_arith_operand. From-SVN: r13690 --- gcc/config/mips/mips.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 6a11338e3e55..694a911d40f4 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -3192,7 +3192,6 @@ 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 }}, \