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

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



Changes in directory llvm/lib/Transforms:

ExprTypeConvert.cpp updated: 1.94 -> 1.95

---
Log message:

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


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

Index: llvm/lib/Transforms/ExprTypeConvert.cpp
diff -u llvm/lib/Transforms/ExprTypeConvert.cpp:1.94 llvm/lib/Transforms/ExprTypeConvert.cpp:1.95
--- llvm/lib/Transforms/ExprTypeConvert.cpp:1.94	Wed Jul 14 21:06:06 2004
+++ llvm/lib/Transforms/ExprTypeConvert.cpp	Wed Jul 21 15:50:33 2004
@@ -18,12 +18,10 @@
 #include "llvm/iOther.h"
 #include "llvm/iPHINode.h"
 #include "llvm/iMemory.h"
-
 #include "llvm/Analysis/Expressions.h"
 #include "Support/STLExtras.h"
 #include "Support/Debug.h"
 #include <algorithm>
-#include <iostream>
 using namespace llvm;
 
 static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty,





More information about the llvm-commits mailing list