diff options
Diffstat (limited to 'include/llvm/Transforms')
| -rw-r--r-- | include/llvm/Transforms/Instrumentation.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/llvm/Transforms/Instrumentation.h b/include/llvm/Transforms/Instrumentation.h index bc3e9e44ba..de58befed1 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 |
