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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jul 21 13:50:43 PDT 2004



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

Graph.cpp updated: 1.15 -> 1.16
GraphAuxiliary.cpp updated: 1.22 -> 1.23
InstLoops.cpp updated: 1.14 -> 1.15

---
Log message:

These files don't need to include <iostream> since they include "Support/Debug.h".


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

Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.15 llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.16
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.15	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp	Wed Jul 21 15:50:33 2004
@@ -16,7 +16,6 @@
 #include "llvm/iTerminators.h"
 #include "Support/Debug.h"
 #include <algorithm>
-#include <iostream>
 
 using std::vector;
 


Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.22 llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.23
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.22	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp	Wed Jul 21 15:50:33 2004
@@ -17,7 +17,6 @@
 #include "llvm/iTerminators.h"
 #include "Support/Debug.h"
 #include <algorithm>
-#include <iostream>
 #include "Graph.h"
 
 //using std::list;


Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.14 llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.15
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.14	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp	Wed Jul 21 15:50:33 2004
@@ -24,7 +24,6 @@
 #include "llvm/Pass.h"
 #include "Support/Debug.h"
 #include "../ProfilingUtils.h"
-#include <iostream>
 
 namespace llvm {
 





More information about the llvm-commits mailing list