diff options
Diffstat (limited to 'gcc/config/m32r/m32r.h')
-rw-r--r-- | gcc/config/m32r/m32r.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 }}, \ |