mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
01a10e5a9e
commit
c9c87fde17
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue