Commit 4d32029d by Richard Henderson Committed by Richard Henderson

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

From-SVN: r31705
parent 33ebdd95
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.
......
......@@ -3991,7 +3991,7 @@
(define_insn "*return_internal"
[(return)]
""
"reload_completed"
"ret $31,($26),1"
[(set_attr "type" "ibr")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment