OSDN Git Service

* config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 2004 11:46:42 +0000 (11:46 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 2004 11:46:42 +0000 (11:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77066 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.md

index 0228914..989f9e4 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
+
 2004-02-01  Chris Demetriou  <cgd@broadcom.com>
 
        * config/mips/mips.h (PREDICATE_CODES): Remove entries for
index e3e9310..e21e851 100644 (file)
 
 (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"