diff options
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r-- | gcc/value-prof.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h index 233895e..afbeb91 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -61,3 +61,4 @@ struct histogram_value extern void find_values_to_profile (unsigned *, struct histogram_value **); extern void free_profiled_values (unsigned, struct histogram_value *); +extern bool value_profile_transformations (void); |