This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

One more extra prototype


Bootstrapped/regtested on i686-linux-gnu, commited as obvious,

Andreas

2003-06-16  Andreas Jaeger  <aj@suse.de>

	* basic-block.h: Remove duplicate prototype of
	note_prediction_to_br_prob.

============================================================
Index: gcc/basic-block.h
--- gcc/basic-block.h	15 Jun 2003 13:43:31 -0000	1.176
+++ gcc/basic-block.h	16 Jun 2003 15:19:43 -0000
@@ -535,7 +535,6 @@ extern rtx emit_block_insn_before	PARAMS
 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));

-- 
 Andreas Jaeger, SuSE Linux AG, aj@suse.de, http://www.suse.de/~aj
  GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]