mips.md (eh_set_lr_si, [...]): Change constraints to 'd'.

* config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
	constraints to 'd'.

From-SVN: r55902
This commit is contained in:
Richard Sandiford 2002-07-31 08:53:55 +00:00 committed by Richard Sandiford
parent f6dbe305e3
commit ead0c1d554
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-07-31 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
constraints to 'd'.
2002-07-30 Chris Demetriou <cgd@broadcom.com>
* config/mips/elf.h (STARTFILE_SPEC): Define differently if

View File

@ -9866,14 +9866,14 @@ ld\\t%2,%1-%S1(%2)\;daddu\\t%2,%2,$31\\n\\t%*j\\t%2"
;; until we know where it will be put in the stack frame.
(define_insn "eh_set_lr_si"
[(unspec [(match_operand:SI 0 "register_operand" "r")] UNSPEC_EH_RETURN)
(clobber (match_scratch:SI 1 "=&r"))]
[(unspec [(match_operand:SI 0 "register_operand" "d")] UNSPEC_EH_RETURN)
(clobber (match_scratch:SI 1 "=&d"))]
"! TARGET_64BIT"
"#")
(define_insn "eh_set_lr_di"
[(unspec [(match_operand:DI 0 "register_operand" "r")] UNSPEC_EH_RETURN)
(clobber (match_scratch:DI 1 "=&r"))]
[(unspec [(match_operand:DI 0 "register_operand" "d")] UNSPEC_EH_RETURN)
(clobber (match_scratch:DI 1 "=&d"))]
"TARGET_64BIT"
"#")