diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
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; |