From: Nick Clifton Date: Tue, 24 Aug 2004 08:07:31 +0000 (+0000) Subject: (PREDICATE_CODES): Remove duplicate defintion of seth_add3_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d595b468882605b66e683fb4178dd2ba7dc76b3;p=gcc.git (PREDICATE_CODES): Remove duplicate defintion of seth_add3_operand. From-SVN: r86469 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9fb614a4c84..d6a1db2c21e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-24 Nick Clifton + + * config/m32r/m32r.h (PREDICATE_CODES): Remove duplicate defintion + of seth_add3_operand. + 2004-08-24 Andreas Tobler * Makefile.in (HOOKS_H): Add dependency on MACHMODE_H. diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 948ba2a5685..9befbeee570 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1773,7 +1773,6 @@ enum m32r_function_type CONST_DOUBLE }}, \ { "two_insn_const_operand", { CONST_INT }}, \ { "symbolic_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \ -{ "seth_add3_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \ { "int8_operand", { CONST_INT }}, \ { "uint16_operand", { CONST_INT }}, \ { "reg_or_int16_operand", { REG, SUBREG, CONST_INT }}, \