diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index 6dadb0cc..2ac77db 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -90,7 +90,7 @@ void gimple_duplicate_stmt_histograms (struct function *, gimple *, struct function *, gimple *); void gimple_move_stmt_histograms (struct function *, gimple *, gimple *); void verify_histograms (void); -void free_histograms (void); +void free_histograms (function *); void stringop_block_profile (gimple *, unsigned int *, HOST_WIDE_INT *); gcall *gimple_ic (gcall *, struct cgraph_node *, int, gcov_type, gcov_type); |