aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-08 22:34:18 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-08 22:34:18 +0000
commita1d3c05ce7c009bfa0c88a84ce1521e55889648d (patch)
treef2470d32f91b18a7bf853a037fed9c5c632ed6c8 /gcc/tree-if-conv.c
parentd05eae888facd3c1e07d9da51e0df77c8c1ca5af (diff)
downloadgcc-a1d3c05ce7c009bfa0c88a84ce1521e55889648d.zip
gcc-a1d3c05ce7c009bfa0c88a84ce1521e55889648d.tar.gz
gcc-a1d3c05ce7c009bfa0c88a84ce1521e55889648d.tar.bz2
tree-if-conv.c (tree_if_conversion): Make it static.
* tree-if-conv.c (tree_if_conversion): Make it static. * tree-flow.h: Remove the corresponding prototype. From-SVN: r90310
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r--gcc/tree-if-conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c
index 371d0a6..3199015 100644
--- a/gcc/tree-if-conv.c
+++ b/gcc/tree-if-conv.c
@@ -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;