]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands.
authorPhilippe De Muyter <phdm@macqel.be>
Wed, 18 Jan 2006 07:25:17 +0000 (08:25 +0100)
committerPhilippe De Muyter <phdm@gcc.gnu.org>
Wed, 18 Jan 2006 07:25:17 +0000 (07:25 +0000)
From-SVN: r109876

gcc/ChangeLog
gcc/config/m68k/m68k.md

index f85952d01f6c6cc7b4d6d752df7a98f04c4f73ae..3513cc2ab050ccda7c45ff8401147895e2def53b 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-18  Philippe De Muyter  <phdm@macqel.be>
+
+       * config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory
+       operands.
+
 2006-01-18  Kazu Hirata  <kazu@codesourcery.com>
 
        * rtlanal.c (global_reg_mentioned_p_1,
index 8a6a555681d5d949393d102c8cd2804b106ebd4c..11c5ab04a9c8c4ff57933e167adc16791c304b3a 100644 (file)
 (define_insn "*addsi3_5200"
   [(set (match_operand:SI 0 "nonimmediate_operand" "=m,?a,?a,r")
        (plus:SI (match_operand:SI 1 "general_operand" "%0,a,rJK,0")
-                (match_operand:SI 2 "general_src_operand" "d,rJK,a,mrIKLi")))]
+                (match_operand:SI 2 "general_src_operand" "dIL,rJK,a,mrIKLi")))]
   "TARGET_COLDFIRE"
   "* return output_addsi3 (operands);")