From: Hans Wennborg Date: Mon, 11 Aug 2014 02:21:25 +0000 (+0000) Subject: LegacyPassManagers.h: increase the size of PMDataManager::HigherLevelAnalysis. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=bf5a4c36bc3505e3c924f10beafed1b1171304fa LegacyPassManagers.h: increase the size of PMDataManager::HigherLevelAnalysis. 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 --- diff --git a/include/llvm/IR/LegacyPassManagers.h b/include/llvm/IR/LegacyPassManagers.h index 20298ef6fd3..3bf232e1221 100644 --- 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 HigherLevelAnalysis; + SmallVector HigherLevelAnalysis; unsigned Depth; };