Remove the very substantial, largely unmaintained legacy PGO
[oota-llvm.git] / include / llvm / Transforms / Instrumentation.h
index a5cac00e3e75e1b9537642c70fea9ca2eb4771b7..8a1b34e488be77b069a875ee7cb0dcdff8e71d45 100644 (file)
@@ -35,15 +35,6 @@ namespace llvm {
 class ModulePass;
 class FunctionPass;
 
-// Insert edge profiling instrumentation
-ModulePass *createEdgeProfilerPass();
-
-// Insert optimal edge profiling instrumentation
-ModulePass *createOptimalEdgeProfilerPass();
-
-// Insert path profiling instrumentation
-ModulePass *createPathProfilerPass();
-
 // Insert GCOV profiling instrumentation
 struct GCOVOptions {
   static GCOVOptions getDefault();