diff options
Diffstat (limited to 'gcc/predict.h')
-rw-r--r-- | gcc/predict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/predict.h b/gcc/predict.h index c75b6b6b238..20b495896d4 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -55,4 +55,7 @@ extern void tree_estimate_probability (void); extern void compute_function_frequency (void); extern void rebuild_frequencies (void); +extern bool optimize_function_for_size_p (struct function *); +extern bool optimize_function_for_speed_p (struct function *); + #endif /* GCC_PREDICT_H */ |