s390-protos.h (s390_back_chain_rtx): Add prototype.
authorUlrich Weigand <uweigand@de.ibm.com>
Sat, 25 Sep 2004 00:16:56 +0000 (00:16 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Sat, 25 Sep 2004 00:16:56 +0000 (00:16 +0000)
commitef44a6ff2392d6c87749a35bf04ec13ecff7613f
treec377d2c5418371a0434a0914a6d03f128c8a6297
parentf921af3008d247df51726ee37963b06412b97154
s390-protos.h (s390_back_chain_rtx): Add prototype.

* config/s390/s390-protos.h (s390_back_chain_rtx): Add prototype.
* config/s390/s390.c (s390_back_chain_rtx): New function.
* config/s390/s390.md ("allocate_stack"): Use s390_back_chain_rtx.
Call anti_adjust_stack.
("restore_stack_block"): Use s390_back_chain_rtx.  Enable pattern
only if compiling with back chain.
("save_stack_nonlocal", "restore_stack_nonlocal"): Save/restore
back chain only if back chain enabled.  Use s390_back_chain_rtx.

From-SVN: r88087
gcc/ChangeLog
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.md