(mulqi3): Fix typo in MULT mode.
From-SVN: r8400
This commit is contained in:
parent
ee75768801
commit
bd5adf7823
@ -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"))]
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user