diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 9aff9ef..e3f8c55 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -167,8 +167,8 @@ instrument_values (histogram_values values) gimple_gen_pow2_profiler (hist, t, 0); break; - case HIST_TYPE_SINGLE_VALUE: - gimple_gen_one_value_profiler (hist, t, 0); + case HIST_TYPE_TOPN_VALUES: + gimple_gen_topn_values_profiler (hist, t, 0); break; case HIST_TYPE_INDIR_CALL: |