[llvm-commits] CVS: llvm/lib/Transforms/ExprTypeConvert.cpp
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 07:24:18 PDT 2004
Changes in directory llvm/lib/Transforms:
ExprTypeConvert.cpp updated: 1.92 -> 1.93
---
Log message:
Add #include <iostream> since Value.h does not #include it any more.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Transforms/ExprTypeConvert.cpp
diff -u llvm/lib/Transforms/ExprTypeConvert.cpp:1.92 llvm/lib/Transforms/ExprTypeConvert.cpp:1.93
--- llvm/lib/Transforms/ExprTypeConvert.cpp:1.92 Sat Jun 19 14:01:26 2004
+++ llvm/lib/Transforms/ExprTypeConvert.cpp Sun Jul 4 07:19:56 2004
@@ -23,6 +23,7 @@
#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