diff options
| author | Craig Topper <craig.topper@gmail.com> | 2017-06-02 16:21:13 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2017-06-02 16:21:13 +0000 |
| commit | 84a9f168f1736364dfce650b98c2dd889a634f3f (patch) | |
| tree | 15d338570afcfa747510e16a1150c2aea2647428 /llvm/lib | |
| parent | b23e7c78a532be2107dc6391612ceecb1a4ebfcf (diff) | |
| download | bcm5719-llvm-84a9f168f1736364dfce650b98c2dd889a634f3f.tar.gz bcm5719-llvm-84a9f168f1736364dfce650b98c2dd889a634f3f.zip | |
[LazyValueInfo] Fix typo in comment. NFC
llvm-svn: 304560
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index a2b9015a8a1..be546bd2a36 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/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: |

