aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-16 17:21:37 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-16 17:21:37 +0200
commit9286d5a8a04ad30b33e97f34a409e64a8d9c6e6d (patch)
tree93c143876523f480d7c3c0d98227b907c48a34cb /gcc/basic-block.h
parentebf0d3926b35aa75682bd3062d30624851bb2638 (diff)
downloadgcc-9286d5a8a04ad30b33e97f34a409e64a8d9c6e6d.zip
gcc-9286d5a8a04ad30b33e97f34a409e64a8d9c6e6d.tar.gz
gcc-9286d5a8a04ad30b33e97f34a409e64a8d9c6e6d.tar.bz2
basic-block.h: Remove duplicate prototype of note_prediction_to_br_prob.
* basic-block.h: Remove duplicate prototype of note_prediction_to_br_prob. From-SVN: r68019
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 9e57f19..e3ed4a8 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -535,7 +535,6 @@ extern rtx emit_block_insn_before PARAMS ((rtx, rtx, basic_block));
extern void estimate_probability PARAMS ((struct loops *));
extern void note_prediction_to_br_prob PARAMS ((void));
extern void expected_value_to_br_prob PARAMS ((void));
-extern void note_prediction_to_br_prob PARAMS ((void));
extern bool maybe_hot_bb_p PARAMS ((basic_block));
extern bool probably_cold_bb_p PARAMS ((basic_block));
extern bool probably_never_executed_bb_p PARAMS ((basic_block));