[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp GraphAuxillary.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 1 17:16:37 PDT 2003


Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:

Graph.cpp updated: 1.9 -> 1.10
GraphAuxillary.cpp updated: 1.15 -> 1.16

---
Log message:

DEBUG got moved to Support/Debug.h



---
Diffs of the changes:

Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.9 llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.10
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.9	Fri Feb 14 14:37:52 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp	Fri Aug  1 17:15:02 2003
@@ -7,7 +7,7 @@
 
 #include "Graph.h"
 #include "llvm/iTerminators.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 #include <algorithm>
 
 using std::map;


Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.15 llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.16
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.15	Fri Feb 14 14:38:05 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp	Fri Aug  1 17:15:02 2003
@@ -10,7 +10,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Module.h"
 #include "llvm/iTerminators.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 #include <algorithm>
 #include "Graph.h"
 





More information about the llvm-commits mailing list