From: Torbjorn Granlund Date: Mon, 7 Nov 1994 22:51:50 +0000 (+0000) Subject: (mulqi3): Fix typo in MULT mode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd5adf7823dce9e7909cd5bb8673d8487936ee2f;p=gcc.git (mulqi3): Fix typo in MULT mode. From-SVN: r8400 --- diff --git a/gcc/config/dsp16xx/dsp16xx.md b/gcc/config/dsp16xx/dsp16xx.md index 255d4b4d406..a2b36ea36f2 100644 --- a/gcc/config/dsp16xx/dsp16xx.md +++ b/gcc/config/dsp16xx/dsp16xx.md @@ -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"))] ""