diff options
author | Steven Bosscher <stevenb.gcc@gmail.com> | 2006-03-12 22:58:22 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2006-03-12 22:58:22 +0000 |
commit | 3d47ea88f3b5a2458f499633f831c65179003f6e (patch) | |
tree | d2df1cff7b7b6d39cad373f658025e733516f5d3 /gcc/basic-block.h | |
parent | 189cd5056db36dc477e1673f75f2eccf3be4056b (diff) | |
download | gcc-3d47ea88f3b5a2458f499633f831c65179003f6e.zip gcc-3d47ea88f3b5a2458f499633f831c65179003f6e.tar.gz gcc-3d47ea88f3b5a2458f499633f831c65179003f6e.tar.bz2 |
predict.c (estimate_probability): Remove.
* 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.
From-SVN: r111980
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index a07a517..14c22e3 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -869,7 +869,6 @@ extern struct edge_list *pre_edge_rev_lcm (int, sbitmap *, extern void compute_available (sbitmap *, sbitmap *, sbitmap *, sbitmap *); /* In predict.c */ -extern void estimate_probability (struct loops *); extern void expected_value_to_br_prob (void); extern bool maybe_hot_bb_p (basic_block); extern bool probably_cold_bb_p (basic_block); |