OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Oct 2007 19:45:55 +0000 (19:45 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Oct 2007 19:45:55 +0000 (19:45 +0000)
commit8471751aa765437339cd2ee49d0f2bdc0c927529
tree019710f196f53297f953c3ea048e192a3f86307e
parent97f593fbdfa18a0d5d182336b232894c01fee820
gcc/
* config/mips/mips-protos.h (compute_frame_size): Delete.
* config/mips/mips.h: Update comments.
* config/mips/mips.c (mips_frame_info): Remove initialized.
(compute_frame_size): Rename to...
(mips_compute_frame_info): ...this and make static.  Remove the
SIZE argument and return no value.  Remove the setting of initialized.
Update rest of file accordingly.
(mips_set_return_address): Don't call compute_frame_size.
(mips_can_use_return_insn): Don't check df_regs_ever_live_p (31).
Don't call compute_frame_size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129460 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h