* ifcvt.c (if_convert): Make it static.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2006 01:21:29 +0000 (01:21 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2006 01:21:29 +0000 (01:21 +0000)
* rtl.h: Remove the prototype for if_convert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109793 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ifcvt.c
gcc/rtl.h

index e8eeccb..6287c4e 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-16  Kazu Hirata  <kazu@codesourcery.com>
+
+       * ifcvt.c (if_convert): Make it static.
+       * rtl.h: Remove the prototype for if_convert.
+
 2006-01-16  DJ Delorie  <dj@redhat.com>
 
        * reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of
index d72b86d..d919340 100644 (file)
@@ -3786,7 +3786,7 @@ dead_or_predicable (basic_block test_bb, basic_block merge_bb,
 \f
 /* Main entry point for all if-conversion.  */
 
-void
+static void
 if_convert (int x_life_data_ok)
 {
   basic_block bb;
index d401c98..0484cf7 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2156,9 +2156,6 @@ extern GTY(()) rtx stack_limit_rtx;
 extern void regrename_optimize (void);
 extern void copyprop_hardreg_forward (void);
 
-/* In ifcvt.c */
-extern void if_convert (int);
-
 /* In predict.c */
 extern void invert_br_probabilities (rtx);
 extern bool expensive_function_p (int);