Whitespace.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Oct 2015 19:02:52 +0000 (19:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Oct 2015 19:02:52 +0000 (19:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251437 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index c61a496b74726d859a42dc57752a41c15fc3afc6..ae5ec8cb88a84411c7c22f81b98464daf431860c 100644 (file)
@@ -2397,7 +2397,7 @@ void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr) {
     // We don't want to update the value in the map as it might be used in
     // another expression. So don't use a reference type for "StoredVal".
     VectorParts StoredVal = getVectorValue(SI->getValueOperand());
-    
+
     for (unsigned Part = 0; Part < UF; ++Part) {
       // Calculate the pointer for the specific unroll-part.
       Value *PartPtr =