Remove the very substantial, largely unmaintained legacy PGO
[oota-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
index 94f7901fb973dee547ff0c48104275c4fcb0baa9..b1bea389bb1e213548178ff4d00947e91fd1cd0e 100644 (file)
@@ -24,10 +24,7 @@ void llvm::initializeInstrumentation(PassRegistry &Registry) {
   initializeAddressSanitizerPass(Registry);
   initializeAddressSanitizerModulePass(Registry);
   initializeBoundsCheckingPass(Registry);
-  initializeEdgeProfilerPass(Registry);
   initializeGCOVProfilerPass(Registry);
-  initializeOptimalEdgeProfilerPass(Registry);
-  initializePathProfilerPass(Registry);
   initializeMemorySanitizerPass(Registry);
   initializeThreadSanitizerPass(Registry);
   initializeDataFlowSanitizerPass(Registry);