pa.md (reload_indi, [...]): Allow any register for the original reload register.

* pa.md (reload_indi, reload_outdi): Allow any register for the
        original reload register.

From-SVN: r28355
This commit is contained in:
Jeffrey A Law 1999-07-31 10:11:08 +00:00 committed by Jeff Law
parent 33a468251a
commit 1984b4afd6
2 changed files with 7 additions and 2 deletions

View 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.

View File

@ -2406,7 +2406,7 @@
}")
(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"))]
""
@ -2422,7 +2422,7 @@
(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"))]
""
"