diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-05-25 21:03:31 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-05-25 21:03:31 +0000 |
| commit | 6be09ee827c5d05363fbada57a56a2038a97a8ac (patch) | |
| tree | 00a34c67656b90b9e37f8db2d3d27e6fe81a9dae /llvm | |
| parent | cc8c107e6a4decedc365a70f4d968c2e064ab2d5 (diff) | |
| download | bcm5719-llvm-6be09ee827c5d05363fbada57a56a2038a97a8ac.tar.gz bcm5719-llvm-6be09ee827c5d05363fbada57a56a2038a97a8ac.zip | |
fix typo; NFC
llvm-svn: 270760
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index f7e48db4a42..584cc83c337 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -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++) |

