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

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 14 16:40:01 PST 2003


Changes in directory llvm/lib/Transforms/Instrumentation:

EmitFunctions.cpp updated: 1.4 -> 1.5
TraceValues.cpp updated: 1.52 -> 1.53

---
Log message:

Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h


---
Diffs of the changes:

Index: llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
diff -u llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.4 llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.5
--- llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.4	Tue Jan 14 16:34:13 2003
+++ llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp	Tue Jan 14 16:39:29 2003
@@ -6,8 +6,8 @@
 
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
-#include "llvm/Constants.h"
 #include "llvm/Module.h"
+#include "llvm/Pass.h"
 
 using std::vector;
 


Index: llvm/lib/Transforms/Instrumentation/TraceValues.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.52 llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.53
--- llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.52	Sun Jan 12 18:52:14 2003
+++ llvm/lib/Transforms/Instrumentation/TraceValues.cpp	Tue Jan 14 16:39:29 2003
@@ -5,7 +5,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Transforms/Instrumentation/TraceValues.h"
+#include "llvm/Transforms/Instrumentation.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/iMemory.h"





More information about the llvm-commits mailing list