Turn tp_first_run counts back to 32bit values.
authorJan Hubicka <hubicka@gcc.gnu.org>
Tue, 10 Dec 2019 17:54:41 +0000 (17:54 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 10 Dec 2019 17:54:41 +0000 (17:54 +0000)
commit59c7b29e9a5b3a692efae81541985be800cdbf0c
treef2bb1ec7b0e6ac6ba92cb44f3193d2a12f761625
parent066564270000d608114fdea89cfbf58c69f68845
Turn tp_first_run counts back to 32bit values.

* cgraph.c (cgraph_node::verify_node): Verify tp_first_run.
* cgraph.h (cgrpah_node): Turn tp_first_run back to int.
* cgraphunit.c (tp_first_run_node_cmp): Do not watch for overflows.
(expand_all_functions): First expand ordered section and then
unordered.
* lto-partition.c (lto_balanced_map): Fix printing of tp_first_run.
* profile.c (compute_value_histograms): Error on out of range
tp_first_runs.

From-SVN: r279178
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphunit.c
gcc/lto/ChangeLog
gcc/lto/lto-partition.c
gcc/profile.c