* cgraph.c (dump_cgraph_node): Dump same_comdat_group,
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 2010 16:59:07 +0000 (16:59 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 2010 16:59:07 +0000 (16:59 +0000)
commit0f9fb93123854e417df57c61b8aae54ed9d65f9f
tree729e8daec41bc5163de53301f1aa679b1c2fadf7
parent8545af25e56a0ef6a7bbe3f98dc0978736a8231a
* cgraph.c (dump_cgraph_node): Dump same_comdat_group,
only_called_at_startup and only_called_at_exit.
(cgraph_propagate_frequency): Compute only_called_at_startup and
only_called_at_exit.
* cgraph.h (struct cgraph_node): New fileds only_called_at_startup and
only_called_at_exit.
* lto-cgraph.c (lto_output_node, input_overwrite_node): Stream the new
flags.
* predict.c (compute_function_frequency): Initialize the new flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165560 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/lto-cgraph.c
gcc/predict.c