diff options
| author | Dan Gohman <gohman@apple.com> | 2010-02-14 18:51:39 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-02-14 18:51:39 +0000 |
| commit | e4e51a63dad4eed6eadd22ad9d4acc386cc6cbce (patch) | |
| tree | 7211b57eb9ecdc752571ae8e8fec2ca1a65e51ed /llvm/lib | |
| parent | e7f74bb16cece7add4f71bd0860ab0dbed2096d3 (diff) | |
| download | bcm5719-llvm-e4e51a63dad4eed6eadd22ad9d4acc386cc6cbce.tar.gz bcm5719-llvm-e4e51a63dad4eed6eadd22ad9d4acc386cc6cbce.zip | |
Fix whitespace.
llvm-svn: 96179
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 76afe62768a..3e037815e75 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -1995,7 +1995,7 @@ void LSRInstance::GenerateReassociations(LSRUse &LU, unsigned LUIdx, /// GenerateCombinations - Generate a formula consisting of all of the /// loop-dominating registers added into a single register. void LSRInstance::GenerateCombinations(LSRUse &LU, unsigned LUIdx, - Formula Base) { + Formula Base) { // This method is only intersting on a plurality of registers. if (Base.BaseRegs.size() <= 1) return; |

