summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Instrumentation.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-07 18:12:13 +0000
committerChris Lattner <sabre@nondot.org>2007-01-07 18:12:13 +0000
commitfd0cf616709cecf1bbb276ecfa20d489b295eccb (patch)
tree6a3c8fb35926cee7774708b8f94b4f481fa383b0 /include/llvm/Transforms/Instrumentation.h
parent30ade26ef7d019014f4da7d95609abca8a601d57 (diff)
downloadllvm-fd0cf616709cecf1bbb276ecfa20d489b295eccb.tar.gz
llvm-fd0cf616709cecf1bbb276ecfa20d489b295eccb.tar.bz2
llvm-fd0cf616709cecf1bbb276ecfa20d489b295eccb.tar.xz
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
Diffstat (limited to 'include/llvm/Transforms/Instrumentation.h')
-rw-r--r--include/llvm/Transforms/Instrumentation.h12
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