Commit 1c217171 by J. David Anglin Committed by Jeff Law

* pa.md (return_internal): Move `use' after `return'.

From-SVN: r36895
parent a5e1b548
2000-10-16 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (return_internal): Move `use' after `return'.
2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* machmode.def: Correct comment.
......
......@@ -5561,8 +5561,8 @@
;; Use a different pattern for functions which have non-trivial
;; epilogues so as not to confuse jump and reorg.
(define_insn "return_internal"
[(use (reg:SI 2))
(return)]
[(return)
(use (reg:SI 2))]
""
"*
{
......
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