From bb227c1b798f6d91dd946a0a9db79d1941911fab Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Mon, 28 Nov 2005 18:00:38 +0000 Subject: Added documented rsprofiler interface. Also remove new profiler passes, the old ones have been updated to implement the interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24499 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Instrumentation.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/Transforms/Instrumentation.h') diff --git a/include/llvm/Transforms/Instrumentation.h b/include/llvm/Transforms/Instrumentation.h index 84e3e54..bc3e9e4 100644 --- a/include/llvm/Transforms/Instrumentation.h +++ b/include/llvm/Transforms/Instrumentation.h @@ -44,8 +44,6 @@ ModulePass *createTraceBasicBlockPass(); FunctionPass *createProfilePathsPass(); // Random Sampling Profiling Framework -ModulePass* createBlockProfilerRSPass(); -ModulePass* createFunctionProfilerRSPass(); ModulePass* createNullProfilerRSPass(); FunctionPass* createRSProfilingPass(); -- cgit v1.1