diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1997-03-05 11:23:15 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1997-03-05 11:23:15 -0800 |
commit | f39c7aed004e50c05b8c514543773d128db5d189 (patch) | |
tree | ea049a090c19dc4607f48f0c8b5bd0bd962e5d62 /gcc | |
parent | 3345ee7db290b748a5ca92782a863088c735c1fb (diff) | |
download | gcc-f39c7aed004e50c05b8c514543773d128db5d189.zip gcc-f39c7aed004e50c05b8c514543773d128db5d189.tar.gz gcc-f39c7aed004e50c05b8c514543773d128db5d189.tar.bz2 |
(PREDICATE_CODES): Delete complemented_arith_operand.
From-SVN: r13690
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 6a11338..694a911 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 }}, \ |