Commit 9d757cde by Philippe De Muyter Committed by Philippe De Muyter

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

From-SVN: r109876
parent fe3c3571
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,
......
......@@ -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);")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment