]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic-block.h: Remove duplicate prototype of note_prediction_to_br_prob.
authorAndreas Jaeger <aj@gcc.gnu.org>
Mon, 16 Jun 2003 15:21:37 +0000 (17:21 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 16 Jun 2003 15:21:37 +0000 (17:21 +0200)
* basic-block.h: Remove duplicate prototype of
note_prediction_to_br_prob.

From-SVN: r68019

gcc/ChangeLog
gcc/basic-block.h

index ad3513a34c11849eb166fb6d748eba62ce43adcf..08139d608829bae05cde52f71d16a18a3df2dca5 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
 
-       * config/gofast.h, config/interix.h, config/interix3.h, 
-       config/libgloss.h, config/linux-aout.h, config/linux.h, 
+       * config/gofast.h, config/interix.h, config/interix3.h,
+       config/libgloss.h, config/linux-aout.h, config/linux.h,
        config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
        * config/kaos.h: "GNU compiler" -> GCC.
        * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
        config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
        GNU CC -> GCC.
 
-       * config/svr3.h: Remove #if 0 code, misleading comments.  
+       * config/svr3.h: Remove #if 0 code, misleading comments.
        GNU CC -> GCC.
 
 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
index 9e57f1941c46599f87264a4e17813b83ce2c2258..e3ed4a81d53aa2a8a1662767420b7ea70fa25708 100644 (file)
@@ -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));