aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2016-04-17 20:30:21 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2016-04-17 18:30:21 +0000
commitc9c87fde17e07f17cdd5ee7b03ba739733ce75b4 (patch)
tree9cea8eb541edfa8157cecd16f4cdb2882283a4c6 /gcc/predict.h
parent01a10e5a9ef778f8cf7e3abfd637d6d13ba2969d (diff)
downloadgcc-c9c87fde17e07f17cdd5ee7b03ba739733ce75b4.zip
gcc-c9c87fde17e07f17cdd5ee7b03ba739733ce75b4.tar.gz
gcc-c9c87fde17e07f17cdd5ee7b03ba739733ce75b4.tar.bz2
re PR bootstrap/70706 (r235082 caused bootstrap failure)
PR bootstrap/70706 * predict.h (tree_estimate_probability): Update prototype. From-SVN: r235086
Diffstat (limited to 'gcc/predict.h')
-rw-r--r--gcc/predict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.h b/gcc/predict.h
index a725596..86cb3bd 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);