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

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004



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

Graph.cpp updated: 1.17 -> 1.18
GraphAuxiliary.cpp updated: 1.24 -> 1.25
InstLoops.cpp updated: 1.16 -> 1.17
---
Log message:

Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352 
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM 
public header files must be under include/llvm/.


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

Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.17 llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.18
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.17	Thu Jul 29 12:25:24 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp	Wed Sep  1 17:55:36 2004
@@ -14,7 +14,7 @@
 
 #include "Graph.h"
 #include "llvm/Instructions.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include <algorithm>
 
 using std::vector;


Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.24 llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.25
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.24	Thu Jul 29 12:26:53 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp	Wed Sep  1 17:55:36 2004
@@ -15,7 +15,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Module.h"
 #include "llvm/Instructions.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include <algorithm>
 #include "Graph.h"
 


Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.16 llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.17
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.16	Thu Jul 29 12:25:24 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp	Wed Sep  1 17:55:36 2004
@@ -20,7 +20,7 @@
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Type.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
 #include "../ProfilingUtils.h"
 
 namespace llvm {






More information about the llvm-commits mailing list