pa.c (output_function_prologue): Combine stack adjustment and first GR save when...
authorJeff Law <law@gcc.gnu.org>
Thu, 14 Jan 1993 23:45:40 +0000 (16:45 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Jan 1993 23:45:40 +0000 (16:45 -0700)
commit4971c587de52d0d0c9eaa6d0f27ea862727f9d48
treed9cff41e995d11623d1136507376b85c7efef270
parent6627e974145343383c5cfcd3787d0b396059f87c
pa.c (output_function_prologue): Combine stack adjustment and first GR save when reasonable to do so.

* pa.c (output_function_prologue): Combine stack adjustment and
first GR save when reasonable to do so.
(output_function_epilogue): Combine stack adjustment and first
GR restore when reasonable to do so.  Avoid load/use stall for
RP restore in common cases.

From-SVN: r3246
gcc/config/pa/pa.c