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:
parent
33a468251a
commit
1984b4afd6
@ -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.
|
||||
|
@ -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"))]
|
||||
""
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user