aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/graphite.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f6d8870..383b8ce 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2016-04-17 Jan Hubicka <jh@suse.cz>
+ PR bootstrap/70706
+ * graphite.c (graphite_finalize): Update call to
+ tree_estimate_probability.
+
+2016-04-17 Jan Hubicka <jh@suse.cz>
+
* predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
(tree_estimate_probability): Likewise.
(pass_profile::execute): Update.
diff --git a/gcc/graphite.c b/gcc/graphite.c
index 3236006..9a4f482 100644
--- a/gcc/graphite.c
+++ b/gcc/graphite.c
@@ -256,7 +256,7 @@ graphite_finalize (bool need_cfg_cleanup_p)
cleanup_tree_cfg ();
profile_status_for_fn (cfun) = PROFILE_ABSENT;
release_recorded_exits (cfun);
- tree_estimate_probability ();
+ tree_estimate_probability (false);
}
free_original_copy_tables ();