rs6000.c (rs6000_savres_strategy): Allow out-of-line save/restore for large frames.
authorAlan Modra <amodra@gmail.com>
Wed, 25 Apr 2012 02:21:09 +0000 (11:51 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 25 Apr 2012 02:21:09 +0000 (11:51 +0930)
commit1bf7c2a71c1de08df6772d0d9f4b2e0d357f0e11
tree9e7a9bd06f45fa65e01dbc392641c3def582637f
parentc344e2656abaa01b2afaebb6beef66b90433fbfa
rs6000.c (rs6000_savres_strategy): Allow out-of-line save/restore for large frames.

* config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
out-of-line save/restore for large frames.  Don't disable
out-of-line saves on ABI_AIX when using static chain reg.
(rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
clobber static chain reg, and tweak for out-of-line gpr saves
that use r1.

From-SVN: r186799
gcc/ChangeLog
gcc/config/rs6000/rs6000.c