From c9c87fde17e07f17cdd5ee7b03ba739733ce75b4 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sun, 17 Apr 2016 20:30:21 +0200 Subject: re PR bootstrap/70706 (r235082 caused bootstrap failure) PR bootstrap/70706 * predict.h (tree_estimate_probability): Update prototype. From-SVN: r235086 --- gcc/predict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/predict.h') diff --git a/gcc/predict.h b/gcc/predict.h index a725596..86cb3bd 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -81,7 +81,7 @@ extern void remove_predictions_associated_with_edge (edge); extern void predict_edge_def (edge, enum br_predictor, enum prediction); extern void invert_br_probabilities (rtx); extern void guess_outgoing_edge_probabilities (basic_block); -extern void tree_estimate_probability (void); +extern void tree_estimate_probability (bool); extern void handle_missing_profiles (void); extern int counts_to_freqs (void); extern bool expensive_function_p (int); -- cgit v1.1