mips.md (eh_set_lr_si, [...]): Change constraints to 'd'.
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 31 Jul 2002 08:53:55 +0000 (08:53 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 31 Jul 2002 08:53:55 +0000 (08:53 +0000)
* config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
constraints to 'd'.

From-SVN: r55902

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

index 201f5282c8de6ac1df8fe6368801c031975ebcc4..46eb1dacd9e4e12f5aad4f939aebc20656d63e84 100644 (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
index 9fe34cd040f15ef178b9aa7e695fc585095cf9d6..f4c2c1dcf9816f19fb3d78bb42bdd7de26a6f008 100644 (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"
   "#")