summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/VectorUtils.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-02-28 19:08:52 +0000
committerVedant Kumar <vsk@apple.com>2018-02-28 19:08:52 +0000
commitd319674a81ad579d2067013101e50df8ca1cd7d1 (patch)
treea87dc2d7b7483a08b7a853ed06039ed5e09f0337 /llvm/lib/Analysis/VectorUtils.cpp
parenta4c56923d264431ba21a54b0ba7b095cfc740128 (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud