diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-27 11:33:18 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-27 11:33:18 -0800 |
commit | e7faa2f6cb2f8a3de6adbe631f1e4bbfed76ad41 (patch) | |
tree | fb5df8ac41539daa73145edeb8f757c618239894 /gcc/config/mips | |
parent | 9ccd072bd4c87ed02f4b955d9b71a99716d5ca6b (diff) | |
download | gcc-e7faa2f6cb2f8a3de6adbe631f1e4bbfed76ad41.zip gcc-e7faa2f6cb2f8a3de6adbe631f1e4bbfed76ad41.tar.gz gcc-e7faa2f6cb2f8a3de6adbe631f1e4bbfed76ad41.tar.bz2 |
(muldi3_internal): Change dmul to dmult.
From-SVN: r9090
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 73e44b6..ceb46c7 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -909,7 +909,7 @@ (match_operand:DI 2 "register_operand" "d"))) (clobber (match_scratch:DI 3 "=h"))] "TARGET_64BIT && mips_cpu != PROCESSOR_R4000" - "dmul\\t%1,%2" + "dmult\\t%1,%2" [(set_attr "type" "imul") (set_attr "mode" "DI") (set_attr "length" "1")]) |