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

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



Changes in directory llvm/lib/Transforms/Instrumentation:

TraceBasicBlocks.cpp updated: 1.5 -> 1.6

---
Log message:

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


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

Index: llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.5 llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.6
--- llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.5	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp	Wed Jul 21 15:50:33 2004
@@ -23,7 +23,6 @@
 #include "llvm/iPHINode.h"
 #include "ProfilingUtils.h"
 #include "Support/Debug.h"
-#include <iostream>
 #include <set>
 using namespace llvm;
 





More information about the llvm-commits mailing list