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 f6d8870f1dc18190d119b83ce6fc34b6555ece7f..383b8ceeb72466ff913458d19c7242eafb3acd10 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 3236006f066adb02a0d2f9f06aca596fb5cc1fd1..9a4f4820a9c47cc029ea8764c31899c4702c0306 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 ();