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:
edcf61a
)
LegacyPassManagers.h: increase the size of PMDataManager::HigherLevelAnalysis.
author
Hans Wennborg
<hans@hanshq.net>
Mon, 11 Aug 2014 02:21:25 +0000
(
02:21
+0000)
committer
Hans Wennborg
<hans@hanshq.net>
Mon, 11 Aug 2014 02:21:25 +0000
(
02:21
+0000)
In a Clang bootstrap, the median and max size was 9.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215337
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/LegacyPassManagers.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/LegacyPassManagers.h
b/include/llvm/IR/LegacyPassManagers.h
index 20298ef6fd388f6f7a3e7f6fb279cb6b112fed2f..3bf232e1221033f319136e452c2a924350d248dd 100644
(file)
--- a/
include/llvm/IR/LegacyPassManagers.h
+++ b/
include/llvm/IR/LegacyPassManagers.h
@@
-393,7
+393,7
@@
private:
// Collection of higher level analysis used by the pass managed by
// this manager.
- SmallVector<Pass *,
8
> HigherLevelAnalysis;
+ SmallVector<Pass *,
16
> HigherLevelAnalysis;
unsigned Depth;
};