]> gcc.gnu.org Git - gcc.git/commitdiff
m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg.
authorBen Elliston <bje@redhat.com>
Wed, 24 Jan 2001 12:47:45 +0000 (12:47 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 24 Jan 2001 12:47:45 +0000 (23:47 +1100)
2001-01-24  Ben Elliston  <bje@redhat.com>

* config/m32r/m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg.

From-SVN: r39236

gcc/ChangeLog
gcc/config/m32r/m32r.h

index 4a2c49a8354f7d184bcbe0711b3485005f5e79f9..c0666cf7f9d0ed28e34225af0c32504502d941ea 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-24  Ben Elliston  <bje@redhat.com>
+
+       * config/m32r/m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg.
+
 2001-01-24  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.md (builtin_longjmp_internal): New.
index bdc8eaaab3ac83c046b4f84e8d3774024a6a6434..1dd4908da557dbae520b70d8bafad6217f8979cc 100644 (file)
@@ -2192,7 +2192,6 @@ enum m32r_function_type
 { "call_address_operand",      { SYMBOL_REF, LABEL_REF, CONST }},      \
 { "extend_operand",            { REG, SUBREG, MEM }},                  \
 { "small_insn_p",              { INSN, CALL_INSN, JUMP_INSN }},        \
-{ "m32r_not_same_reg",         { REG, SUBREG }},                       \
 { "m32r_block_immediate_operand",{ CONST_INT }},                       \
 { "large_insn_p",              { INSN, CALL_INSN, JUMP_INSN }},        \
 { "seth_add3_operand",         { SYMBOL_REF, LABEL_REF, CONST }},
This page took 0.06622 seconds and 5 git commands to generate.