1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

[LVI] NFC. Fix a typo Bofore -> Before

llvm-svn: 278105
This commit is contained in:
Artur Pilipenko 2016-08-09 09:14:29 +00:00
parent 08a5d0387c
commit 96d3c1f66a

View File

@ -799,7 +799,7 @@ bool LazyValueInfoCache::solveBlockValueNonLocal(LVILatticeVal &BBLV,
if (Result.isOverdefined()) {
DEBUG(dbgs() << " compute BB '" << BB->getName()
<< "' - overdefined because of pred (non local).\n");
// 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() &&
isObjectDereferencedInBlock(Val, BB)) {