re PR bootstrap/70706 (r235082 caused bootstrap failure)
authorJan Hubicka <jh@suse.cz>
Sun, 17 Apr 2016 18:04:51 +0000 (20:04 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 17 Apr 2016 18:04:51 +0000 (18:04 +0000)
PR bootstrap/70706
* graphite.c (graphite_finalize): Update call to
tree_estimate_probability.

From-SVN: r235085

gcc/ChangeLog
gcc/graphite.c

index f6d8870..383b8ce 100644 (file)
@@ -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.
index 3236006..9a4f482 100644 (file)
@@ -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 ();