Rename last_basic_block_for_function to last_basic_block_for_fn.
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 9 Dec 2013 19:35:13 +0000 (19:35 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 9 Dec 2013 19:35:13 +0000 (19:35 +0000)
commit3986e69022b87429756805d4dc34fe8a15fd7456
tree657f046dd2370e1e49364d9cfafca1d1096bf9a8
parentbbd7925926feee79874da1c763e4af2b2de62244
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.

From-SVN: r205817
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