diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-11 23:44:58 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-11 23:44:58 +0000 |
commit | 5ee60f75087021ab02fa72535593d598c3afe5e2 (patch) | |
tree | 5bb906812630dbd31fa4a668f2715c77cf47cce8 /lib/Analysis/ScalarEvolution.cpp | |
parent | 3fddbb337dd5d8de5317df62e8027a6dcd778e73 (diff) |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index 59ac988ee1..e3159a924f 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -2689,7 +2689,7 @@ const SCEV *ScalarEvolution::createNodeForPHI(PHINode *PN) { // If StartVal = j.start - j.stride, we can use StartVal as the // initial step of the addrec evolution. if (StartVal == getMinusSCEV(AddRec->getOperand(0), - AddRec->getOperand(1))) { + AddRec->getOperand(1))) { const SCEV *PHISCEV = getAddRecExpr(StartVal, AddRec->getOperand(1), L); |