[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp TraceValues.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 22:51:17 PDT 2003


Changes in directory llvm/lib/Transforms/Instrumentation:

EmitFunctions.cpp updated: 1.11 -> 1.12
TraceValues.cpp updated: 1.60 -> 1.61

---
Log message:

Regularize header file comments


---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
diff -u llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.11 llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.12
--- llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.11	Wed Sep 24 17:07:33 2003
+++ llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp	Sun Oct 12 22:32:08 2003
@@ -1,4 +1,4 @@
-//===-- EmitFunctions.cpp - interface to insert instrumentation --*- C++ -*--=//
+//===-- EmitFunctions.cpp - interface to insert instrumentation -----------===//
 //
 // This inserts a global constant table with function pointers all along
 //


Index: llvm/lib/Transforms/Instrumentation/TraceValues.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.60 llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.61
--- llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.60	Sat Sep 20 09:38:48 2003
+++ llvm/lib/Transforms/Instrumentation/TraceValues.cpp	Sun Oct 12 22:32:08 2003
@@ -1,4 +1,4 @@
-//===- TraceValues.cpp - Value Tracing for debugging -------------*- C++ -*--=//
+//===- TraceValues.cpp - Value Tracing for debugging ----------------------===//
 //
 // Support for inserting LLVM code to print values at basic block and function
 // exits.





More information about the llvm-commits mailing list