From cae4994a5886438657840cabd2b30f4cb2452450 Mon Sep 17 00:00:00 2001 From: Diego Caballero Date: Thu, 15 Mar 2018 19:34:27 +0000 Subject: [PATCH] [LV] Test commit. Removing white space. This is just to check that I have commit access privilege. llvm-svn: 327656 --- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 7504978..dab24ef 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -4820,7 +4820,7 @@ bool LoopVectorizationLegality::canVectorize() { // Store the result and return it at the end instead of exiting early, in case // allowExtraAnalysis is used to report multiple reasons for not vectorizing. bool Result = true; - + bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE); // We must have a loop in canonical form. Loops with indirectbr in them cannot // be canonicalized. -- 2.7.4