mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands.
From-SVN: r109876
This commit is contained in:
parent
fe3c357180
commit
9d757cdeda
@ -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,
|
||||
|
@ -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);")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user