aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-07-04 01:26:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-07-04 01:26:21 +0000
commit940cd9368d0c8bc6833f2bc0fc53568d74ea516f (patch)
tree4148fa467539b1d8d530548e2261c743641ca0bc /llvm/lib/Analysis
parentf4c6441b014d7109c97695ea9472cf3ad4e96f93 (diff)
downloadllvm-940cd9368d0c8bc6833f2bc0fc53568d74ea516f.zip
llvm-940cd9368d0c8bc6833f2bc0fc53568d74ea516f.tar.gz
llvm-940cd9368d0c8bc6833f2bc0fc53568d74ea516f.tar.bz2
Untabify.
llvm-svn: 274479
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/LazyValueInfo.cpp2
-rw-r--r--llvm/lib/Analysis/ScalarEvolution.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp
index 475e420..1b26278 100644
--- a/llvm/lib/Analysis/LazyValueInfo.cpp
+++ b/llvm/lib/Analysis/LazyValueInfo.cpp
@@ -1497,7 +1497,7 @@ Constant *LazyValueInfo::getConstant(Value *V, BasicBlock *BB,
}
ConstantRange LazyValueInfo::getConstantRange(Value *V, BasicBlock *BB,
- Instruction *CxtI) {
+ Instruction *CxtI) {
assert(V->getType()->isIntegerTy());
unsigned Width = V->getType()->getIntegerBitWidth();
const DataLayout &DL = BB->getModule()->getDataLayout();
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index 4e3e2b5..9c1712a 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/lib/Analysis/ScalarEvolution.cpp
@@ -5020,7 +5020,7 @@ const SCEV *ScalarEvolution::createSCEV(Value *V) {
MulOps.push_back(getSCEV(BO->LHS));
break;
}
- BO = NewBO;
+ BO = NewBO;
} while (true);
return getMulExpr(MulOps);