diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-10-18 19:45:55 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-10-18 19:45:55 +0000 |
commit | 16dc5c284f2705790fed7c32924118ef4a4ed0cd (patch) | |
tree | 019710f196f53297f953c3ea048e192a3f86307e /gcc/config/mips/mips.h | |
parent | 29c4d304fd99684f08863ecd1705ddead325a312 (diff) | |
download | gcc-16dc5c284f2705790fed7c32924118ef4a4ed0cd.tar.gz |
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
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 46356fe7315..f362aaaedda 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1881,7 +1881,7 @@ enum reg_class #define STACK_GROWS_DOWNWARD /* The offset of the first local variable from the beginning of the frame. - See compute_frame_size for details about the frame layout. */ + See mips_compute_frame_info for details about the frame layout. */ #define STARTING_FRAME_OFFSET \ (current_function_outgoing_args_size \ |