]> git.ipfire.org Git - thirdparty/gcc.git/commit
sparc.h: Remove dead code.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 12 May 2005 11:43:05 +0000 (13:43 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 12 May 2005 11:43:05 +0000 (11:43 +0000)
commitf8ece0008540563127461c1c431ab2df0b7597a0
treee0a8309419bcb4da709beb254bb4cfebd815dc99
parentfa2c88a05bc12d885de1ece297c8f0c2b2cdde43
sparc.h: Remove dead code.

* config/sparc/sparc.h: Remove dead code.
* config/sparc/sparc.c (sparc_compute_frame_size): Use
FIRST_PARM_OFFSET for the size of the register window area.
(emit_save_regs): Rename into emit_save_or_restore_regs.
Add 'action' parameter.  Use 4095 as upper bound for the offset.
Pass 'action' to save_or_restore_regs.
(emit_restore_regs): Delete.
(sparc_expand_prologue): Call emit_save_or_restore_regs.
(sparc_expand_epilogue): Likewise.
* config/sparc/sparc.md (mode macro P): Move.
(movdi_insn_sp32_v9, movdi_insn_sp32): Swap.
(mov<V32:mode> expander): Move to the top of the V32 section.
(movdf_insn_sp32_v9_no_fpu, movdf_insn_sp32_v9): Swap.
(movtf_insn_sp64_hq, movtf_insn_sp64): Swap.
(sibcall_epilogue): Move.

From-SVN: r99609
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/config/sparc/sparc.md