[llvm-commits] CVS: llvm/lib/Transforms/ExprTypeConvert.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 14:53:16 PST 2006
Changes in directory llvm/lib/Transforms:
ExprTypeConvert.cpp updated: 1.108 -> 1.109
---
Log message:
Add explicit #includes of <iostream>
---
Diffs of the changes: (+1 -0)
ExprTypeConvert.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Transforms/ExprTypeConvert.cpp
diff -u llvm/lib/Transforms/ExprTypeConvert.cpp:1.108 llvm/lib/Transforms/ExprTypeConvert.cpp:1.109
--- llvm/lib/Transforms/ExprTypeConvert.cpp:1.108 Fri Oct 28 23:40:23 2005
+++ llvm/lib/Transforms/ExprTypeConvert.cpp Sun Jan 22 16:53:01 2006
@@ -19,6 +19,7 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/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