diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-07-21 20:50:33 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-07-21 20:50:33 +0000 |
commit | 7848e68c1635ccba5a08d55314d4e5aed5ab54b9 (patch) | |
tree | 0d319fa163635bd4dbb38296b8077803beef5bd6 /lib/Transforms/ExprTypeConvert.cpp | |
parent | 7d0276624726ddea3245bb7d88c47db59278bf14 (diff) |
These files don't need to include <iostream> since they include "Support/Debug.h".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/ExprTypeConvert.cpp')
-rw-r--r-- | lib/Transforms/ExprTypeConvert.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/ExprTypeConvert.cpp b/lib/Transforms/ExprTypeConvert.cpp index 8e4fe7c4f5..1669f0371e 100644 --- a/lib/Transforms/ExprTypeConvert.cpp +++ b/lib/Transforms/ExprTypeConvert.cpp @@ -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, |