]> granicus.if.org Git - llvm/commitdiff
Move to Instrumentation.h
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:36:15 +0000 (22:36 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:36:15 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5279 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Instrumentation/TraceValues.h [deleted file]

diff --git a/include/llvm/Transforms/Instrumentation/TraceValues.h b/include/llvm/Transforms/Instrumentation/TraceValues.h
deleted file mode 100644 (file)
index 8afed48..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//===- llvm/Transforms/Instrumentation/TraceValues.h - Tracing ---*- C++ -*--=//
-//
-// Support for inserting LLVM code to print values at basic block and function
-// exits.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_TRANSFORMS_INSTRUMENTATION_TRACEVALUES_H
-#define LLVM_TRANSFORMS_INSTRUMENTATION_TRACEVALUES_H
-
-class Pass;
-Pass *createTraceValuesPassForFunction();     // Just trace function entry/exit
-Pass *createTraceValuesPassForBasicBlocks();  // Trace BB's and methods
-
-#endif