diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-04 17:43:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-04 17:43:57 +0000 |
commit | 4eaee28e347f33b3e23d2fb7275fc5222d5482fd (patch) | |
tree | 5d5edc09539457165d6166ef1965d87ed7ba7dbe /lib/Transforms | |
parent | a2858527d7a8b4b3f2cb31b7c1d056bc43341056 (diff) |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110223 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index e3b4e5f0e1..fd11e00df2 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -2298,7 +2298,7 @@ void LSRInstance::GenerateReassociations(LSRUse &LU, unsigned LUIdx, // Collect all operands except *J. SmallVector<const SCEV *, 8> InnerAddOps - ( ((const SmallVector<const SCEV *, 8> &)AddOps).begin(), J); + (((const SmallVector<const SCEV *, 8> &)AddOps).begin(), J); InnerAddOps.append (llvm::next(J), ((const SmallVector<const SCEV *, 8> &)AddOps).end()); |