diff options
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/ExprTypeConvert.cpp | 1 | ||||
-rw-r--r-- | lib/Transforms/Instrumentation/TraceBasicBlocks.cpp | 1 | ||||
-rw-r--r-- | lib/Transforms/Utils/CodeExtractor.cpp | 1 | ||||
-rw-r--r-- | lib/Transforms/Utils/SimplifyCFG.cpp | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/Transforms/ExprTypeConvert.cpp b/lib/Transforms/ExprTypeConvert.cpp index 7ed0d42f14..56cb04944f 100644 --- a/lib/Transforms/ExprTypeConvert.cpp +++ b/lib/Transforms/ExprTypeConvert.cpp @@ -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, diff --git a/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp b/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp index 2d2a259f33..66a1b22915 100644 --- a/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp +++ b/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp @@ -23,6 +23,7 @@ #include "ProfilingUtils.h" #include "llvm/Support/Debug.h" #include <set> +#include <iostream> using namespace llvm; namespace { diff --git a/lib/Transforms/Utils/CodeExtractor.cpp b/lib/Transforms/Utils/CodeExtractor.cpp index 85b9dcb131..43324acf60 100644 --- a/lib/Transforms/Utils/CodeExtractor.cpp +++ b/lib/Transforms/Utils/CodeExtractor.cpp @@ -29,6 +29,7 @@ #include "llvm/ADT/StringExtras.h" #include <algorithm> #include <set> +#include <iostream> using namespace llvm; // Provide a command-line option to aggregate function arguments into a struct diff --git a/lib/Transforms/Utils/SimplifyCFG.cpp b/lib/Transforms/Utils/SimplifyCFG.cpp index da8541659b..1159cd36f5 100644 --- a/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/lib/Transforms/Utils/SimplifyCFG.cpp @@ -23,6 +23,7 @@ #include <functional> #include <set> #include <map> +#include <iostream> using namespace llvm; /// SafeToMergeTerminators - Return true if it is safe to merge these two |