diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2019-02-05 08:30:48 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2019-02-05 08:30:48 +0000 |
commit | 02a2bb2f54659e7830946bd20ee121ce7d80ff65 (patch) | |
tree | 8a5e425f5eaeb24395609d5934f142f58fa9c67d /llvm/lib/Analysis/VectorUtils.cpp | |
parent | ccd4e5e01684f7f05ea329a475a0b7a62b311039 (diff) | |
download | bcm5719-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.cpp | 2 |
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)) { |