Commit 1b6001f6 by Richard Stallman

(addsi3): Add & for alternative 1 in operand 0.

From-SVN: r2783
parent 39d7b605
...@@ -837,8 +837,8 @@ ...@@ -837,8 +837,8 @@
"addr %c1(sp),%0") "addr %c1(sp),%0")
(define_insn "addsi3" (define_insn "addsi3"
[(set (match_operand:SI 0 "general_operand" "=g,=g<") [(set (match_operand:SI 0 "general_operand" "=g,=g&<")
(plus:SI (match_operand:SI 1 "general_operand" "%0,%r") (plus:SI (match_operand:SI 1 "general_operand" "%0,r")
(match_operand:SI 2 "general_operand" "rmn,n")))] (match_operand:SI 2 "general_operand" "rmn,n")))]
"" ""
"* "*
......
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