mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
revert r289669 which breaks bots
llvm-svn: 289676
This commit is contained in:
parent
98de4b3c84
commit
a322040bdf
@ -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