Commit a80cdb0f by Richard Sandiford Committed by Richard Sandiford

* config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.

From-SVN: r77066
parent 62e67651
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment