passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info when not neecesary
authorJan Hubicka <jh@suse.cz>
Sat, 25 Jun 2005 11:57:53 +0000 (13:57 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 25 Jun 2005 11:57:53 +0000 (11:57 +0000)
commit5d9f607b1b3e84f2f360aa758bcedf181649e5bb
treefcd0bb9afb768f1dc2170bdeaffb0ba47bc7696e
parent49373252db90030369310429e5c755f26d20f67f
passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info when not neecesary

* passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info
when not neecesary
(rest_of_compilation): Fix conditional on branch prob pass.
* predict.c (tree_estimate_probability): Enable strip_builtin_expect
when not loop optimizing.

From-SVN: r101321
gcc/ChangeLog
gcc/passes.c
gcc/predict.c