]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR bootstrap/70706
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2016 18:30:21 +0000 (18:30 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2016 18:30:21 +0000 (18:30 +0000)
* predict.h (tree_estimate_probability): Update prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235086 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/predict.h

index 383b8ceeb72466ff913458d19c7242eafb3acd10..40986fb83eb6a3000e51a0e87a9100519ef2407f 100644 (file)
@@ -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>
 
index a725596e8123abaf0de42f1a2f36ee4302a93f21..86cb3bd57cec0ab5c65b6db93d97bbcf7c3fb17f 100644 (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 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);