tree-if-conv.c (tree_if_conversion): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 8 Nov 2004 22:34:18 +0000 (22:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 8 Nov 2004 22:34:18 +0000 (22:34 +0000)
* tree-if-conv.c (tree_if_conversion): Make it static.
* tree-flow.h: Remove the corresponding prototype.

From-SVN: r90310

gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-if-conv.c

index 8ece683baca680d0e22d31df799a5d59002604b9..213f0dc2c36265d1e7adf7dce1f3f18ab03b36fb 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-if-conv.c (tree_if_conversion): Make it static.
+       * tree-flow.h: Remove the corresponding prototype.
+
 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
 
        * tree-ssa-operands.c (build_ssa_operands): Make it static.
index 8fabccc0affbd4e83f2fd2700a201f21c52dbb70..829eff8ef2ce2d6a9cdf1dd7423c719667ec5714 100644 (file)
@@ -692,10 +692,6 @@ enum move_pos
   };
 extern enum move_pos movement_possibility (tree);
 
-/* In tree-if-conv.c  */
-bool tree_if_conversion (struct loop *, bool);
-
-
 /* In tree-flow-inline.h  */
 static inline int phi_arg_from_edge (tree, edge);
 static inline bool is_call_clobbered (tree);
index 371d0a6df2a872bf53e93647cadcbefdcfea35a9..3199015935e3cff47ae64851e728f3ef21fa6fef 100644 (file)
@@ -138,7 +138,7 @@ static basic_block *ifc_bbs;
    for vectorizer or not. If it is used for vectorizer, additional checks are
    used. (Vectorization checks are not yet implemented).  */
 
-bool
+static bool
 tree_if_conversion (struct loop *loop, bool for_vectorizer)
 {
   basic_block bb;