[LazyValueInfo] Fix typo in comment. NFC

llvm-svn: 301655
This commit is contained in:
Craig Topper 2017-04-28 16:57:59 +00:00
parent 9eb2d72a1d
commit 96d6ee8576
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ bool LazyValueInfoImpl::solveBlockValueNonLocal(LVILatticeVal &BBLV,
// value is overdefined.
if (BB == &BB->getParent()->getEntryBlock()) {
assert(isa<Argument>(Val) && "Unknown live-in to the entry block");
// Bofore giving up, see if we can prove the pointer non-null local to
// Before giving up, see if we can prove the pointer non-null local to
// this particular block.
if (Val->getType()->isPointerTy() &&
(isKnownNonNull(Val) || isObjectDereferencedInBlock(Val, BB))) {