* alpha.md (return_internal): Allow after reload only.
authorRichard Henderson <rth@cygnus.com>
Mon, 31 Jan 2000 01:16:21 +0000 (17:16 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 31 Jan 2000 01:16:21 +0000 (17:16 -0800)
From-SVN: r31705

gcc/ChangeLog
gcc/config/alpha/alpha.md

index f8de2e2..81b8f62 100644 (file)
@@ -1,5 +1,9 @@
 2000-01-30  Richard Henderson  <rth@cygnus.com>
 
+       * alpha.md (return_internal): Allow after reload only.
+
+2000-01-30  Richard Henderson  <rth@cygnus.com>
+
        * i386.c (ix86_compute_frame_size): Omit padding1 if the
        local frame size is zero.
 
index 03e499d..b9b38bc 100644 (file)
 
 (define_insn "*return_internal"
   [(return)]
-  ""
+  "reload_completed"
   "ret $31,($26),1"
   [(set_attr "type" "ibr")])