* alpha.md (return_internal): Allow after reload only.

From-SVN: r31705
This commit is contained in:
Richard Henderson 2000-01-30 17:16:21 -08:00 committed by Richard Henderson
parent 33ebdd95a8
commit 4d32029d61
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -3991,7 +3991,7 @@
(define_insn "*return_internal"
[(return)]
""
"reload_completed"
"ret $31,($26),1"
[(set_attr "type" "ibr")])