OSDN Git Service

[LV] Test commit. Removing white space.
authorDiego Caballero <diego.caballero@intel.com>
Thu, 15 Mar 2018 19:34:27 +0000 (19:34 +0000)
committerDiego Caballero <diego.caballero@intel.com>
Thu, 15 Mar 2018 19:34:27 +0000 (19:34 +0000)
This is just to check that I have commit access privilege.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327656 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index 7504978..dab24ef 100644 (file)
@@ -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.