(mulqi3): Fix typo in MULT mode.
authorTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:51:50 +0000 (22:51 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:51:50 +0000 (22:51 +0000)
From-SVN: r8400

gcc/config/dsp16xx/dsp16xx.md

index 255d4b4d406fa4a3e0f8a4d7d87e205ef7a5f6fe..a2b36ea36f2a7352dc46a371b6424116be3705c8 100644 (file)
 
 (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"))]
   ""