diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-07-25 00:59:46 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-07-25 00:59:46 +0000 |
commit | bd072a92202e44c3d63b12f37b06d699fb21a8ff (patch) | |
tree | 3403bd40df32c4324ff0a80efd4dde8c093f386e /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | 93b8e51ebbadbfeb25cdd3e5aebd3aaecfd2394a (diff) | |
download | llvm-bd072a92202e44c3d63b12f37b06d699fb21a8ff.zip llvm-bd072a92202e44c3d63b12f37b06d699fb21a8ff.tar.gz llvm-bd072a92202e44c3d63b12f37b06d699fb21a8ff.tar.bz2 |
Trailing whitespace.
llvm-svn: 276596
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 4d09b7ca..8b896af 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -610,7 +610,7 @@ static LVILatticeVal getFromRangeMetadata(Instruction *BBI) { case Instruction::Load: case Instruction::Call: case Instruction::Invoke: - if (MDNode *Ranges = BBI->getMetadata(LLVMContext::MD_range)) + if (MDNode *Ranges = BBI->getMetadata(LLVMContext::MD_range)) if (isa<IntegerType>(BBI->getType())) { return LVILatticeVal::getRange(getConstantRangeFromMetadata(*Ranges)); } @@ -684,7 +684,7 @@ bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { return true; } BinaryOperator *BO = dyn_cast<BinaryOperator>(BBI); - if (BO && isa<ConstantInt>(BO->getOperand(1))) { + if (BO && isa<ConstantInt>(BO->getOperand(1))) { if (!solveBlockValueBinaryOp(Res, BBI, BB)) return false; insertResult(Val, BB, Res); @@ -1320,7 +1320,7 @@ LVILatticeVal LazyValueInfoCache::getValueInBlock(Value *V, BasicBlock *BB, assert(BlockValueStack.empty() && BlockValueSet.empty()); if (!hasBlockValue(V, BB)) { - pushBlockValue(std::make_pair(BB, V)); + pushBlockValue(std::make_pair(BB, V)); solve(); } LVILatticeVal Result = getBlockValue(V, BB); @@ -1673,7 +1673,7 @@ LazyValueInfo::getPredicateAt(unsigned Pred, Value *V, Constant *C, } if (Baseline != Unknown) return Baseline; - } + } // For a comparison where the V is outside this block, it's possible // that we've branched on it before. Look to see if the value is known |