Added documented rsprofiler interface. Also remove new profiler passes, the
[oota-llvm.git] / include / llvm / Transforms / Instrumentation.h
index 84e3e54c205dc895270c1bb63d5b527fc654592d..bc3e9e44baef8be7ad8424d58b80f4173d83f9c2 100644 (file)
@@ -44,8 +44,6 @@ ModulePass *createTraceBasicBlockPass();
 FunctionPass *createProfilePathsPass();
 
 // Random Sampling Profiling Framework
-ModulePass* createBlockProfilerRSPass();
-ModulePass* createFunctionProfilerRSPass();
 ModulePass* createNullProfilerRSPass();
 FunctionPass* createRSProfilingPass();