1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[LazyValueInfo] Fix typo in comment. NFC

llvm-svn: 304560
This commit is contained in:
Craig Topper 2017-06-02 16:21:13 +00:00
parent 875dc8de28
commit 9ba6c1695b

View File

@ -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: