Commit 01a10e5a by Jan Hubicka Committed by Jan Hubicka

re PR bootstrap/70706 (r235082 caused bootstrap failure)


	PR bootstrap/70706
	* graphite.c (graphite_finalize): Update call to
	tree_estimate_probability.

From-SVN: r235085
parent 23f2660f
2016-04-17 Jan Hubicka <jh@suse.cz> 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. * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
(tree_estimate_probability): Likewise. (tree_estimate_probability): Likewise.
(pass_profile::execute): Update. (pass_profile::execute): Update.
......
...@@ -256,7 +256,7 @@ graphite_finalize (bool need_cfg_cleanup_p) ...@@ -256,7 +256,7 @@ graphite_finalize (bool need_cfg_cleanup_p)
cleanup_tree_cfg (); cleanup_tree_cfg ();
profile_status_for_fn (cfun) = PROFILE_ABSENT; profile_status_for_fn (cfun) = PROFILE_ABSENT;
release_recorded_exits (cfun); release_recorded_exits (cfun);
tree_estimate_probability (); tree_estimate_probability (false);
} }
free_original_copy_tables (); free_original_copy_tables ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment