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:
61e729e
)
Fix an accidental commit.
author
Chris Lattner
<sabre@nondot.org>
Thu, 2 Aug 2007 21:33:36 +0000
(21:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 2 Aug 2007 21:33:36 +0000
(21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40758
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/ScalarReplAggregates.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/ScalarReplAggregates.cpp
b/lib/Transforms/Scalar/ScalarReplAggregates.cpp
index 98fc399c71edbfcdd889143aaa06008b7a60a224..52edcb67af1e8c3b57d3734dfb10bbfded614f90 100644
(file)
--- a/
lib/Transforms/Scalar/ScalarReplAggregates.cpp
+++ b/
lib/Transforms/Scalar/ScalarReplAggregates.cpp
@@
-50,7
+50,7
@@
namespace {
static char ID; // Pass identification, replacement for typeid
explicit SROA(signed T = -1) : FunctionPass((intptr_t)&ID) {
if (T == -1)
- SRThreshold =
512
;
+ SRThreshold =
128
;
else
SRThreshold = T;
}