LegacyPassManagers.h: increase the size of PMDataManager::HigherLevelAnalysis.
authorHans Wennborg <hans@hanshq.net>
Mon, 11 Aug 2014 02:21:25 +0000 (02:21 +0000)
committerHans 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

index 20298ef6fd388f6f7a3e7f6fb279cb6b112fed2f..3bf232e1221033f319136e452c2a924350d248dd 100644 (file)
@@ -393,7 +393,7 @@ private:
 
   // Collection of higher level analysis used by the pass managed by
   // this manager.
 
   // Collection of higher level analysis used by the pass managed by
   // this manager.
-  SmallVector<Pass *, 8> HigherLevelAnalysis;
+  SmallVector<Pass *, 16> HigherLevelAnalysis;
 
   unsigned Depth;
 };
 
   unsigned Depth;
 };