summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 15:21:37 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 15:21:37 +0000
commit348dbec7aecea6fd5147331fc1520657710beab8 (patch)
tree93c143876523f480d7c3c0d98227b907c48a34cb /gcc/basic-block.h
parentad2c882eaec1b40509f54c2b2d18d9542e2c30d6 (diff)
downloadgcc-348dbec7aecea6fd5147331fc1520657710beab8.tar.gz
* basic-block.h: Remove duplicate prototype of
note_prediction_to_br_prob. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68019 138bc75d-0d04-0410-961f-82ee72b054a4
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 9e57f1941c4..e3ed4a81d53 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));