diff options
| author | Dan Gohman <gohman@apple.com> | 2010-02-16 19:42:34 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-02-16 19:42:34 +0000 |
| commit | 0849ed5e260b1c30f5a07d30b3e3385a62c4a221 (patch) | |
| tree | 53c9f4b7dc365e5d69a1ca4b3233ad8585059423 | |
| parent | 71ad477ab3b8baa60cf7cc882b1ad924db9f37e6 (diff) | |
| download | bcm5719-llvm-0849ed5e260b1c30f5a07d30b3e3385a62c4a221.tar.gz bcm5719-llvm-0849ed5e260b1c30f5a07d30b3e3385a62c4a221.zip | |
Fix whitespace.
llvm-svn: 96372
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 48d89199442..d1bf82ee4a5 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -640,9 +640,9 @@ void Cost::RateRegister(const SCEV *Reg, /// RatePrimaryRegister - Record this register in the set. If we haven't seen it /// before, rate it. void Cost::RatePrimaryRegister(const SCEV *Reg, - SmallPtrSet<const SCEV *, 16> &Regs, - const Loop *L, - ScalarEvolution &SE, DominatorTree &DT) { + SmallPtrSet<const SCEV *, 16> &Regs, + const Loop *L, + ScalarEvolution &SE, DominatorTree &DT) { if (Regs.insert(Reg)) RateRegister(Reg, Regs, L, SE, DT); } |

