cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup and only_...
commit844db5d09eb972e4f9188b77854d76ce345ca9ee
authorJan Hubicka <jh@suse.cz>
Sat, 16 Oct 2010 16:59:07 +0000 (16 18:59 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 16 Oct 2010 16:59:07 +0000 (16 16:59 +0000)
tree729e8daec41bc5163de53301f1aa679b1c2fadf7
parent6eb6875d7ec398935d3ae76f805e33db0c3773dd
cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup and only_called_at_exit.

* 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.

From-SVN: r165560
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/lto-cgraph.c
gcc/predict.c