mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 12:27:24 +08:00
* pa.md (return_internal): Move use' after
return'.
From-SVN: r36895
This commit is contained in:
parent
a5e1b54847
commit
1c2171710d
@ -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.
|
||||
|
@ -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))]
|
||||
""
|
||||
"*
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user