(addsi3): Add & for alternative 1 in operand 0.
From-SVN: r2783
This commit is contained in:
parent
39d7b60596
commit
1b6001f6be
@ -837,8 +837,8 @@
|
||||
"addr %c1(sp),%0")
|
||||
|
||||
(define_insn "addsi3"
|
||||
[(set (match_operand:SI 0 "general_operand" "=g,=g<")
|
||||
(plus:SI (match_operand:SI 1 "general_operand" "%0,%r")
|
||||
[(set (match_operand:SI 0 "general_operand" "=g,=g&<")
|
||||
(plus:SI (match_operand:SI 1 "general_operand" "%0,r")
|
||||
(match_operand:SI 2 "general_operand" "rmn,n")))]
|
||||
""
|
||||
"*
|
||||
|
Loading…
Reference in New Issue
Block a user