]> granicus.if.org Git - llvm/commitdiff
[LazyValueInfo] Fix typo in comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Fri, 2 Jun 2017 16:21:13 +0000 (16:21 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 2 Jun 2017 16:21:13 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304560 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LazyValueInfo.cpp

index a2b9015a8a1d8723a3a1cd57c24e65e93328ef85..be546bd2a3679a40dba659a869dc7a1a52c8ce70 100644 (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: