projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6020d85
)
Fix whitespace.
author
Dan Gohman
<gohman@apple.com>
Sun, 14 Feb 2010 18:51:39 +0000
(18:51 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sun, 14 Feb 2010 18:51:39 +0000
(18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96179
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 76afe62768a09cfe991aac0c8ccaba77ecb16f26..3e037815e75c491a945f50b4ed1bb3ffb77a388e 100644
(file)
--- a/
lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/
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;