From 1c790aea336318f4f8b1e28e8cc428f4ae2a839c Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 2 Jun 2017 16:21:13 +0000 Subject: [PATCH] [LazyValueInfo] Fix typo in comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304560 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LazyValueInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1