summaryrefslogtreecommitdiff
path: root/lib/Analysis/LazyValueInfo.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-06-02 16:21:13 +0000
committerCraig Topper <craig.topper@gmail.com>2017-06-02 16:21:13 +0000
commit1c790aea336318f4f8b1e28e8cc428f4ae2a839c (patch)
tree3afbdc91c3a1cb6aab93e610e9ea0b6bd941d85e /lib/Analysis/LazyValueInfo.cpp
parentcbb8bc969e8a41571b344cb1dd73d2c47816f925 (diff)
[LazyValueInfo] Fix typo in comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LazyValueInfo.cpp')
-rw-r--r--lib/Analysis/LazyValueInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp
index a2b9015a8a1..be546bd2a36 100644
--- a/lib/Analysis/LazyValueInfo.cpp
+++ b/lib/Analysis/LazyValueInfo.cpp
@@ -1233,7 +1233,7 @@ bool LazyValueInfoImpl::solveBlockValueBinaryOp(LVILatticeVal &BBLV,
// Filter out operators we don't know how to reason about before attempting to
// recurse on our operand(s). This can cut a long search short if we know
- // we're not going to be able to get any useful information anways.
+ // we're not going to be able to get any useful information anyways.
switch (BBI->getOpcode()) {
case Instruction::Add:
case Instruction::Sub: