* predict.c (estimate_probability): Remove.
commit5018c250118696d37986d14aa91cc388791c4a43
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Mar 2006 22:58:22 +0000 (12 22:58 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Mar 2006 22:58:22 +0000 (12 22:58 +0000)
treed2df1cff7b7b6d39cad373f658025e733516f5d3
parent354363fb354ac0da1e9a6edd0541ab378242090d
    * predict.c (estimate_probability): Remove.
        * profile.c (rest_of_handle_branch_prob, pass_branch_prob): Remove.
        * basic-block.h (estimate_probability): Remove prototype.
        * passes.c (finish_optimization_passes): Dump branch prediction or
        profiling heuristics to the .profile tree dump.
        (init_optimization_passes): Unqueue pass_branch_prob.

        * doc/invoke.texi (-fdump-rtl-bp): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111980 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/doc/invoke.texi
gcc/passes.c
gcc/predict.c
gcc/profile.c