pa.md (reload_indi, [...]): Allow any register for the original reload register.
authorJeffrey A Law <law@cygnus.com>
Sat, 31 Jul 1999 10:11:08 +0000 (10:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 31 Jul 1999 10:11:08 +0000 (04:11 -0600)
        * pa.md (reload_indi, reload_outdi): Allow any register for the
        original reload register.

From-SVN: r28355

gcc/ChangeLog
gcc/config/pa/pa.md

index 3fa027ed840fb455cc3bce060b59a93a6e7d1145..b3c539523ce29560ce3abfa48a540402c2b89350 100644 (file)
@@ -1,3 +1,8 @@
+Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * pa.md (reload_indi, reload_outdi): Allow any register for the
+       original reload register.
+
 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
 
        * cccp.c (print_help): Change marcos to macros.
index 3fb5608b0f941a10140f3699e9d9c75eac966baf..3432046fbd6e375d7dbdf72772852efba212cd51 100644 (file)
 }")
 
 (define_expand "reload_indi"
-  [(set (match_operand:DI 0 "register_operand" "=f")
+  [(set (match_operand:DI 0 "register_operand" "=Z")
        (match_operand:DI 1 "non_hard_reg_operand" ""))
    (clobber (match_operand:SI 2 "register_operand" "=&r"))]
   ""
 
 (define_expand "reload_outdi"
   [(set (match_operand:DI 0 "general_operand" "")
-       (match_operand:DI 1 "register_operand" "f"))
+       (match_operand:DI 1 "register_operand" "Z"))
    (clobber (match_operand:SI 2 "register_operand" "=&r"))]
   ""
   "