https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23332

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Sep 26 11:04:18 2016
New Revision: 240492

URL: https://gcc.gnu.org/viewcvs?rev=240492&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/profile.c
    trunk/gcc/tree-profile.c
    trunk/gcc/value-prof.c
    trunk/gcc/value-prof.h

Reply via email to