From a80cdb0f54b9c0d290d45485ae23e9cc13d5039e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sun, 1 Feb 2004 11:46:42 +0000 Subject: * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s. From-SVN: r77066 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0228914..989f9e4 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 e3e9310..e21e851 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" -- cgit v1.1