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 | 5ece69a47cba647ac48884d01c6c5009a2a2410c (patch) | |
tree | a90c6d833c432b2904309d1a306767c74ff9a336 /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 55b9157dc5d7899655b19f5650ad4c3580458809 (diff) | |
download | bcm5719-llvm-5ece69a47cba647ac48884d01c6c5009a2a2410c.tar.gz bcm5719-llvm-5ece69a47cba647ac48884d01c6c5009a2a2410c.zip |
Fix whitespace.
llvm-svn: 76929
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index cbeda2d3ae6..28e9902ab7a 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/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)) |