From: wilson Date: Wed, 5 Mar 1997 19:23:15 +0000 (+0000) Subject: (PREDICATE_CODES): Delete complemented_arith_operand. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=703b5191b878ab39a32f9cbcea0c232a9ce20567 (PREDICATE_CODES): Delete complemented_arith_operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13690 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 6a11338e3e5..694a911d40f 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 }}, \