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

From-SVN: r36895
This commit is contained in:
J. David Anglin 2000-10-17 04:43:58 +00:00 committed by Jeff Law
parent a5e1b54847
commit 1c2171710d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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))]
""
"*
{