Commit 75d71b2f by Jeffrey A Law Committed by Jeff Law

* pa.md (reload_outdi): Operand 0 must be a non hard register.

From-SVN: r41381
parent 9dab060e
Mon Apr 16 08:03:48 2001 Jeffrey A Law (law@cygnus.com)
* pa.md (reload_outdi): Operand 0 must be a non hard register.
* pa.c (secondary_reload_class): SAR<->FP copies require a
secondary register.
......
......@@ -3039,7 +3039,7 @@
}")
(define_expand "reload_outdi"
[(set (match_operand:DI 0 "general_operand" "")
[(set (match_operand:DI 0 "non_hard_reg_operand" "")
(match_operand:DI 1 "register_operand" "Z"))
(clobber (match_operand:SI 2 "register_operand" "=&r"))]
""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment