[llvm-commits] CVS: llvm/include/llvm/Transforms/Instrumentation.h

Chris Lattner sabre at nondot.org
Sun Jan 7 10:12:31 PST 2007



Changes in directory llvm/include/llvm/Transforms:

Instrumentation.h updated: 1.10 -> 1.11
---
Log message:

remove an old instrumentation pass that is not used anymore.


---
Diffs of the changes:  (+0 -12)

 Instrumentation.h |   12 ------------
 1 files changed, 12 deletions(-)


Index: llvm/include/llvm/Transforms/Instrumentation.h
diff -u llvm/include/llvm/Transforms/Instrumentation.h:1.10 llvm/include/llvm/Transforms/Instrumentation.h:1.11
--- llvm/include/llvm/Transforms/Instrumentation.h:1.10	Mon Nov 28 12:00:28 2005
+++ llvm/include/llvm/Transforms/Instrumentation.h	Sun Jan  7 12:12:13 2007
@@ -47,18 +47,6 @@
 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






More information about the llvm-commits mailing list