diff options
author | Torbjorn Granlund <tege@gnu.org> | 1994-11-07 22:51:50 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1994-11-07 22:51:50 +0000 |
commit | bd5adf7823dce9e7909cd5bb8673d8487936ee2f (patch) | |
tree | b5a77edb06c8da2bc769aa986ec117077192fa3a /gcc | |
parent | ee7576880106184d411f6bdea94367a7a489e60b (diff) | |
download | gcc-bd5adf7823dce9e7909cd5bb8673d8487936ee2f.zip gcc-bd5adf7823dce9e7909cd5bb8673d8487936ee2f.tar.gz gcc-bd5adf7823dce9e7909cd5bb8673d8487936ee2f.tar.bz2 |
(mulqi3): Fix typo in MULT mode.
From-SVN: r8400
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.md b/gcc/config/dsp16xx/dsp16xx.md index 255d4b4..a2b36ea 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"))] "" |