* predict.h (tree_estimate_probability): Update prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235086
138bc75d-0d04-0410-961f-
82ee72b054a4
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 <jh@suse.cz>
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);