]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips-protos.h (compute_frame_size): Delete.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 18 Oct 2007 19:45:55 +0000 (19:45 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 18 Oct 2007 19:45:55 +0000 (19:45 +0000)
commit16dc5c284f2705790fed7c32924118ef4a4ed0cd
tree019710f196f53297f953c3ea048e192a3f86307e
parent29c4d304fd99684f08863ecd1705ddead325a312
mips-protos.h (compute_frame_size): Delete.

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.

From-SVN: r129460
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h