* config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
From-SVN: r77066
This commit is contained in:
parent
62e6765158
commit
a80cdb0f54
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user