Updates to move some header files out of include/llvm/Transforms into
[oota-llvm.git] / lib / Transforms / Instrumentation / TraceValues.cpp
index 384516283ca4525eab3297f91ca66eab1394b175..1a9a7f3a6ab7e0f06e5dff7678b343ab174bf21b 100644 (file)
@@ -30,6 +30,8 @@ namespace {
     InsertTraceCode(bool traceBasicBlockExits, bool traceFunctionExits)
       : TraceBasicBlockExits(traceBasicBlockExits), 
         TraceFunctionExits(traceFunctionExits) {}
+
+    const char *getPassName() const { return "Trace Code Insertion"; }
     
     // Add a prototype for printf if it is not already in the program.
     //