Rename last_basic_block_for_function to last_basic_block_for_fn.
commit776b0663d64c7d887237e99b81d22ee5f4831e0d
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 2013 19:35:13 +0000 (9 19:35 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Dec 2013 19:35:13 +0000 (9 19:35 +0000)
tree657f046dd2370e1e49364d9cfafca1d1096bf9a8
parent98e6ab474e9729c1189617b133a64ad33c9c8304
Rename last_basic_block_for_function to last_basic_block_for_fn.

gcc/
* basic-block.h (last_basic_block_for_function): Rename to...
(last_basic_block_for_fn): ...this.

* ipa-utils.c (ipa_merge_profiles): Update for renaming of
last_basic_block_for_function to last_basic_block_for_fn.
* lto-streamer-in.c (input_cfg): Likewise.
* lto-streamer-out.c (output_cfg): Likewise.
* tree-cfg.c (init_empty_tree_cfg_for_function): Likewise.
* tree-sra.c (propagate_dereference_distances, ipa_early_sra):
Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205817 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/ipa-utils.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/tree-cfg.c
gcc/tree-sra.c