summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/VectorUtils.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2019-02-05 08:30:48 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2019-02-05 08:30:48 +0000
commit02a2bb2f54659e7830946bd20ee121ce7d80ff65 (patch)
tree8a5e425f5eaeb24395609d5934f142f58fa9c67d /llvm/lib/Analysis/VectorUtils.cpp
parentccd4e5e01684f7f05ea329a475a0b7a62b311039 (diff)
downloadbcm5719-llvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.tar.gz
bcm5719-llvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.zip
[NFC] fix trivial typos in comments
llvm-svn: 353147
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 8e1feebd13a..f64ee6a0fb9 100644
--- a/llvm/lib/Analysis/VectorUtils.cpp
+++ b/llvm/lib/Analysis/VectorUtils.cpp
@@ -991,7 +991,7 @@ void InterleavedAccessInfo::analyzeInterleaving(
// that all the pointers in the group don't wrap.
// So we check only group member 0 (which is always guaranteed to exist),
// and group member Factor - 1; If the latter doesn't exist we rely on
- // peeling (if it is a non-reveresed accsess -- see Case 3).
+ // peeling (if it is a non-reversed accsess -- see Case 3).
Value *FirstMemberPtr = getLoadStorePointerOperand(Group->getMember(0));
if (!getPtrStride(PSE, FirstMemberPtr, TheLoop, Strides, /*Assume=*/false,
/*ShouldCheckWrap=*/true)) {
OpenPOWER on IntegriCloud