Commit 9286d5a8 by Andreas Jaeger

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
parent ebf0d392
2003-06-16 Andreas Jaeger <aj@suse.de> 2003-06-16 Andreas Jaeger <aj@suse.de>
* basic-block.h: Remove duplicate prototype of
note_prediction_to_br_prob.
* tree.h: Remove duplicate prototype of strip_float_extensions. * tree.h: Remove duplicate prototype of strip_float_extensions.
2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
......
...@@ -535,7 +535,6 @@ extern rtx emit_block_insn_before PARAMS ((rtx, rtx, basic_block)); ...@@ -535,7 +535,6 @@ extern rtx emit_block_insn_before PARAMS ((rtx, rtx, basic_block));
extern void estimate_probability PARAMS ((struct loops *)); extern void estimate_probability PARAMS ((struct loops *));
extern void note_prediction_to_br_prob PARAMS ((void)); extern void note_prediction_to_br_prob PARAMS ((void));
extern void expected_value_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 maybe_hot_bb_p PARAMS ((basic_block));
extern bool probably_cold_bb_p PARAMS ((basic_block)); extern bool probably_cold_bb_p PARAMS ((basic_block));
extern bool probably_never_executed_bb_p PARAMS ((basic_block)); extern bool probably_never_executed_bb_p PARAMS ((basic_block));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment