mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-22 11:45:31 -04:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user