From: hubicka Date: Sun, 17 Apr 2016 18:30:21 +0000 (+0000) Subject: PR bootstrap/70706 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=852c0bf0d618100167302cb85a321faca72d7754;p=thirdparty%2Fgcc.git PR bootstrap/70706 * predict.h (tree_estimate_probability): Update prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235086 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 383b8ceeb724..40986fb83eb6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,7 @@ PR bootstrap/70706 * graphite.c (graphite_finalize): Update call to tree_estimate_probability. + * predict.h (tree_estimate_probability): Update prototype. 2016-04-17 Jan Hubicka diff --git a/gcc/predict.h b/gcc/predict.h index a725596e8123..86cb3bd57cec 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);