OSDN Git Service

* pa.md (return_internal): Move `use' after `return'.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Oct 2000 04:43:58 +0000 (04:43 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Oct 2000 04:43:58 +0000 (04:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36895 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.md

index 3310db9..76e17bb 100644 (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.
index d7d5c57..9533bfb 100644 (file)
 ;; 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))]
   ""
   "*
 {