From e7faa2f6cb2f8a3de6adbe631f1e4bbfed76ad41 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 27 Feb 1995 11:33:18 -0800 Subject: [PATCH] (muldi3_internal): Change dmul to dmult. From-SVN: r9090 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 73e44b6ebd2..ceb46c76123 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")]) -- 2.30.2