* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.
commit06d12890b89db5e053205847b130186664dbcb07
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Aug 2013 13:47:20 +0000 (31 13:47 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Aug 2013 13:47:20 +0000 (31 13:47 +0000)
tree0b6aa3ca927f90f796fadadf97fd76f1e2d242e1
parent7e4b741c99f9864dabdb46d614c5dc23c0e9f7b6
* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.
* gimple-streamer-in.c (input_gimple_stmt): Move sanity check to ...
* tree-cfg.c (verify_gimple_label): ... here.
* ipa-utils.c: Include lto-streamer.h, ipa-inline.h
(ipa_merge_profiles): New function.
* lto-streamer-in.c (lto_read_body): Take node instead of fn_decl.
(lto_input_function_body): Likewise.
* ipa-utils.h (ipa_merge_profiles): Declare.
* lto-streamer.h (lto_input_function_body): Update prototype.
(emit_label_in_global_context_p): Remove.
* lto-symtab.c: Include ipa-utils.h
(lto_cgraph_replace_node): Use ipa_merge_profiles.

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