diff options
author | Eugene Leviant <eleviant@accesssoftek.com> | 2018-01-21 10:22:19 +0000 |
---|---|---|
committer | Eugene Leviant <eleviant@accesssoftek.com> | 2018-01-21 10:22:19 +0000 |
commit | 72b9bdb71ae155bcf96e075c4af4b1840b209d94 (patch) | |
tree | 689a10b34dc62dc4dc67a390e0505905ec949cc2 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | e07688898b637b7d78787eb08c6e7d929416a593 (diff) | |
download | llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.zip llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.tar.gz llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.tar.bz2 |
Temporarily revert r323062 to investigate buildbot failures
llvm-svn: 323065
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
-rw-r--r-- | llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp b/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp index cf2fe77..efa5bd5 100644 --- a/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp +++ b/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp @@ -372,7 +372,7 @@ ModuleSummaryIndex llvm::buildModuleSummaryIndex( std::function<BlockFrequencyInfo *(const Function &F)> GetBFICallback, ProfileSummaryInfo *PSI) { assert(PSI); - ModuleSummaryIndex Index(/*IsPerformingAnalysis=*/true); + ModuleSummaryIndex Index; // Identify the local values in the llvm.used and llvm.compiler.used sets, // which should not be exported as they would then require renaming and |