diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-24 01:03:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-24 01:03:59 +0000 |
commit | d1e5db6c7c718edaa0c44e4a758f2cd4f62cdd68 (patch) | |
tree | c4fa5143c9279a7e19c7eca2489926db4a06fdbe /lib/Analysis/ScalarEvolution.cpp | |
parent | d3ff30455707d479dfb883b3ea12794bb37b91b3 (diff) |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76929 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 cbeda2d3ae..28e9902ab7 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -1761,7 +1761,7 @@ const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, /// getAddRecExpr - Get an add recurrence expression for the specified loop. /// Simplify the expression as much as possible. const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, - const SCEV *Step, const Loop *L) { + const SCEV *Step, const Loop *L) { SmallVector<const SCEV *, 4> Operands; Operands.push_back(Start); if (const SCEVAddRecExpr *StepChrec = dyn_cast<SCEVAddRecExpr>(Step)) |