diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8de2e2..81b8f62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 03e499d..b9b38bc 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -3991,7 +3991,7 @@ (define_insn "*return_internal" [(return)] - "" + "reload_completed" "ret $31,($26),1" [(set_attr "type" "ibr")]) |