config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands.

From-SVN: r109876
This commit is contained in:
Philippe De Muyter 2006-01-18 08:25:17 +01:00 committed by Philippe De Muyter
parent fe3c357180
commit 9d757cdeda
2 changed files with 6 additions and 1 deletions

View 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,

View File

@ -1865,7 +1865,7 @@
(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);")