Commit bd5adf78 by Torbjorn Granlund

(mulqi3): Fix typo in MULT mode.

From-SVN: r8400
parent ee757688
......@@ -563,7 +563,7 @@
(define_insn "mulqi3"
[(set (match_operand:QI 0 "register_operand" "=w")
(mult:HI (match_operand:QI 1 "register_operand" "%x")
(mult:QI (match_operand:QI 1 "register_operand" "%x")
(match_operand:QI 2 "register_operand" "y")))
(clobber (match_scratch:QI 3 "=v"))]
""
......
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