summaryrefslogtreecommitdiff
path: root/gcc/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.h')
-rw-r--r--gcc/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfg.h b/gcc/cfg.h
index 365a580a0db..81b243a1a9e 100644
--- a/gcc/cfg.h
+++ b/gcc/cfg.h
@@ -109,6 +109,7 @@ extern void scale_bbs_frequencies_gcov_type (basic_block *, int, gcov_type,
gcov_type);
extern void scale_bbs_frequencies_profile_count (basic_block *, int,
profile_count, profile_count);
+extern void scale_bbs_frequencies (basic_block *, int, profile_probability);
extern void initialize_original_copy_tables (void);
extern void reset_original_copy_tables (void);
extern void free_original_copy_tables (void);