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 | 0047e4fda49c3d5874767a60a1c48102acb2ad6e (patch) | |
| tree | 5d5edc09539457165d6166ef1965d87ed7ba7dbe | |
| parent | a06a267a71b54699abce237045d453a17f9794dc (diff) | |
| download | external_llvm-0047e4fda49c3d5874767a60a1c48102acb2ad6e.zip external_llvm-0047e4fda49c3d5874767a60a1c48102acb2ad6e.tar.gz external_llvm-0047e4fda49c3d5874767a60a1c48102acb2ad6e.tar.bz2 | |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110223 91177308-0d34-0410-b5e6-96231b3b80d8
| -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 e3b4e5f..fd11e00 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()); |
