Commit 67aac05d by Richard Kenner

(add-mult): Add missing `&' in constraints of kludge plus/plus/mult

pattern.

From-SVN: r2842
parent 1170af67
......@@ -206,7 +206,7 @@
[(set_attr "type" "iaddlog")])
(define_insn ""
[(set (match_operand:DI 0 "register_operand" "=r")
[(set (match_operand:DI 0 "register_operand" "=&r")
(plus:DI (plus:DI (mult:DI (match_operand:DI 1 "reg_or_0_operand" "rJ")
(match_operand:DI 2 "const48_operand" "I"))
(match_operand:DI 3 "register_operand" "r"))
......
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