mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-26 14:15:53 +00:00
revert r289669 which breaks bots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289676 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2fea82b59
commit
5e64d8cf08
@ -149,8 +149,6 @@ public:
|
||||
std::string PGOInstrGen;
|
||||
/// Path of the profile data file.
|
||||
std::string PGOInstrUse;
|
||||
/// Path of the sample Profile data file.
|
||||
std::string PGOSampleUse;
|
||||
|
||||
private:
|
||||
/// ExtensionList - This is list of all of the extensions that are registered.
|
||||
|
@ -383,11 +383,6 @@ void PassManagerBuilder::addFunctionSimplificationPasses(
|
||||
|
||||
void PassManagerBuilder::populateModulePassManager(
|
||||
legacy::PassManagerBase &MPM) {
|
||||
if (!PGOSampleUse.empty()) {
|
||||
MPM.add(createPruneEHPass());
|
||||
MPM.add(createSampleProfileLoaderPass(PGOSampleUse));
|
||||
}
|
||||
|
||||
// Allow forcing function attributes as a debugging and tuning aid.
|
||||
MPM.add(createForceFunctionAttrsLegacyPass());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user