fix typo; NFC

llvm-svn: 270760
This commit is contained in:
Sanjay Patel 2016-05-25 21:03:31 +00:00
parent cc8c107e6a
commit 6be09ee827
1 changed files with 1 additions and 1 deletions

View File

@ -5971,7 +5971,7 @@ unsigned LoopVectorizationCostModel::getInstructionCost(Instruction *I,
VectorTy->getVectorNumElements() * InterleaveFactor);
// Holds the indices of existing members in an interleaved load group.
// An interleaved store group doesn't need this as it dones't allow gaps.
// An interleaved store group doesn't need this as it doesn't allow gaps.
SmallVector<unsigned, 4> Indices;
if (LI) {
for (unsigned i = 0; i < InterleaveFactor; i++)