re PR bootstrap/70706 (r235082 caused bootstrap failure)

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

From-SVN: r235086
This commit is contained in:
Jan Hubicka 2016-04-17 20:30:21 +02:00 committed by Jan Hubicka
parent 01a10e5a9e
commit c9c87fde17
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PR bootstrap/70706 PR bootstrap/70706
* graphite.c (graphite_finalize): Update call to * graphite.c (graphite_finalize): Update call to
tree_estimate_probability. tree_estimate_probability.
* predict.h (tree_estimate_probability): Update prototype.
2016-04-17 Jan Hubicka <jh@suse.cz> 2016-04-17 Jan Hubicka <jh@suse.cz>

View File

@ -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 predict_edge_def (edge, enum br_predictor, enum prediction);
extern void invert_br_probabilities (rtx); extern void invert_br_probabilities (rtx);
extern void guess_outgoing_edge_probabilities (basic_block); 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 void handle_missing_profiles (void);
extern int counts_to_freqs (void); extern int counts_to_freqs (void);
extern bool expensive_function_p (int); extern bool expensive_function_p (int);