Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)
authorMartin Liska <mliska@suse.cz>
Mon, 26 Sep 2016 11:04:18 +0000 (13:04 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 26 Sep 2016 11:04:18 +0000 (11:04 +0000)
commit3282420874458112fcf9c8664548ffc27613ccb7
tree160005ecf3d90729196495129c39b7744b937c54
parent5cc6c41c2ee95585418a5820d34a4356b91dda18
Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)

PR gcov-profile/23332
* profile.c (instrument_values): Do not handle
HIST_TYPE_CONST_DELTA.
* tree-profile.c (gimple_gen_const_delta_profiler):
Remove.
* value-prof.c (dump_histogram_value): Do not handle
HIST_TYPE_CONST_DELTA.
(stream_in_histogram_value): Likewise.
(gimple_find_values_to_profile): Likewise.
* value-prof.h (enum hist_type): Likewise.

From-SVN: r240492
gcc/ChangeLog
gcc/profile.c
gcc/tree-profile.c
gcc/value-prof.c
gcc/value-prof.h