From: Richard Sandiford Date: Sun, 1 Feb 2004 11:46:42 +0000 (+0000) Subject: * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s. X-Git-Tag: releases/gcc-4.0.0~10487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a80cdb0f54b9c0d290d45485ae23e9cc13d5039e;p=thirdparty%2Fgcc.git * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s. From-SVN: r77066 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0228914f4e82..989f9e40456f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-01 Richard Sandiford + + * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s. + 2004-02-01 Chris Demetriou * config/mips/mips.h (PREDICATE_CODES): Remove entries for diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index e3e93105dbf5..e21e851b75bc 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -976,7 +976,7 @@ (define_insn "adddi3_internal_2" [(set (match_operand:DI 0 "register_operand" "=d,d,d") - (plus:DI (match_operand:DI 1 "register_operand" "%d,%d,%d") + (plus:DI (match_operand:DI 1 "register_operand" "%d,d,d") (match_operand:DI 2 "small_int" "P,J,N"))) (clobber (match_operand:SI 3 "register_operand" "=d,d,d"))] "!TARGET_64BIT && !TARGET_DEBUG_G_MODE && !TARGET_MIPS16"