diff options
| author | Vedant Kumar <vsk@apple.com> | 2018-02-28 19:08:52 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2018-02-28 19:08:52 +0000 |
| commit | d319674a81ad579d2067013101e50df8ca1cd7d1 (patch) | |
| tree | a87dc2d7b7483a08b7a853ed06039ed5e09f0337 /llvm/lib/Analysis/VectorUtils.cpp | |
| parent | a4c56923d264431ba21a54b0ba7b095cfc740128 (diff) | |
| download | bcm5719-llvm-d319674a81ad579d2067013101e50df8ca1cd7d1.tar.gz bcm5719-llvm-d319674a81ad579d2067013101e50df8ca1cd7d1.zip | |
Fixed spelling mistake in comments of LLVM Analysis passes
Patch by Reshabh Sharma!
Differential Revision: https://reviews.llvm.org/D43861
llvm-svn: 326352
Diffstat (limited to 'llvm/lib/Analysis/VectorUtils.cpp')
| -rw-r--r-- | llvm/lib/Analysis/VectorUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/VectorUtils.cpp b/llvm/lib/Analysis/VectorUtils.cpp index 2becfbfe8a8..7827bcf5c6b 100644 --- a/llvm/lib/Analysis/VectorUtils.cpp +++ b/llvm/lib/Analysis/VectorUtils.cpp @@ -163,7 +163,7 @@ Value *llvm::getStrideFromPointer(Value *Ptr, ScalarEvolution *SE, Loop *Lp) { return nullptr; // Try to remove a gep instruction to make the pointer (actually index at this - // point) easier analyzable. If OrigPtr is equal to Ptr we are analzying the + // point) easier analyzable. If OrigPtr is equal to Ptr we are analyzing the // pointer, otherwise, we are analyzing the index. Value *OrigPtr = Ptr; |

