Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit c287d4c

Browse files
committed
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251437 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 50aba1e commit c287d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transforms/Vectorize/LoopVectorize.cpp

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

0 commit comments

Comments
 (0)