Commit c9c87fde by Jan Hubicka Committed by Jan Hubicka

re PR bootstrap/70706 (r235082 caused bootstrap failure)

	PR bootstrap/70706
	* predict.h (tree_estimate_probability): Update prototype.

From-SVN: r235086
parent 01a10e5a
......@@ -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 <jh@suse.cz>
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment