From fd0cf616709cecf1bbb276ecfa20d489b295eccb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Jan 2007 18:12:13 +0000 Subject: remove an old instrumentation pass that is not used anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32997 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Instrumentation.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/llvm/Transforms/Instrumentation.h') diff --git a/include/llvm/Transforms/Instrumentation.h b/include/llvm/Transforms/Instrumentation.h index bc3e9e4..de58bef 100644 --- a/include/llvm/Transforms/Instrumentation.h +++ b/include/llvm/Transforms/Instrumentation.h @@ -47,18 +47,6 @@ FunctionPass *createProfilePathsPass(); ModulePass* createNullProfilerRSPass(); FunctionPass* createRSProfilingPass(); - -//===----------------------------------------------------------------------===// -// Support for inserting LLVM code to print values at basic block and function -// exits. -// - -// Just trace function entry/exit -FunctionPass *createTraceValuesPassForBasicBlocks(); - -// Trace BB's and methods -FunctionPass *createTraceValuesPassForFunction(); - } // End llvm namespace #endif -- cgit v1.1