[llvm-commits] CVS: reopt/lib/Optimizations/RuntimeLICM.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jul 21 13:53:38 PDT 2004



Changes in directory reopt/lib/Optimizations:

RuntimeLICM.cpp updated: 1.3 -> 1.4

---
Log message:

We don't need to include <iostream> after already including Support/Debug.h.


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

Index: reopt/lib/Optimizations/RuntimeLICM.cpp
diff -u reopt/lib/Optimizations/RuntimeLICM.cpp:1.3 reopt/lib/Optimizations/RuntimeLICM.cpp:1.4
--- reopt/lib/Optimizations/RuntimeLICM.cpp:1.3	Sat May 22 15:41:41 2004
+++ reopt/lib/Optimizations/RuntimeLICM.cpp	Wed Jul 21 15:53:28 2004
@@ -12,7 +12,6 @@
 #include "llvm/iPHINode.h"
 #include "reopt/BinInterface/LLVMTrace.h"
 #include "Support/Debug.h"
-#include <iostream>
 #include <set>
 using namespace llvm;
 





More information about the llvm-commits mailing list