summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Transforms/IPO/OldPoolAllocate.cpp1
-rw-r--r--llvm/lib/Transforms/Scalar/IndVarSimplify.cpp1
-rw-r--r--llvm/lib/Transforms/Utils/CloneFunction.cpp1
-rw-r--r--llvm/lib/VMCore/Constants.cpp1
-rw-r--r--llvm/lib/VMCore/Value.cpp2
-rw-r--r--llvm/tools/opt/opt.cpp1
6 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp
index ded2c22112f..bbd9d1b9f04 100644
--- a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp
+++ b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp
@@ -24,7 +24,6 @@
#include "Support/DepthFirstIterator.h"
#include "Support/STLExtras.h"
#include <algorithm>
-#include <iostream>
using std::vector;
using std::cerr;
using std::map;
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
index 4913a89ea61..acd1deb7110 100644
--- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -16,7 +16,6 @@
#include "llvm/Support/CFG.h"
#include "Support/STLExtras.h"
#include "Support/StatisticReporter.h"
-#include <iostream>
static Statistic<> NumRemoved ("indvars\t\t- Number of aux indvars removed");
static Statistic<> NumInserted("indvars\t\t- Number of cannonical indvars added");
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp
index f912d11500e..866b8c3bbe4 100644
--- a/llvm/lib/Transforms/Utils/CloneFunction.cpp
+++ b/llvm/lib/Transforms/Utils/CloneFunction.cpp
@@ -6,7 +6,6 @@
#include "llvm/BasicBlock.h"
#include "llvm/Instruction.h"
#include <map>
-#include <iostream>
// FIXME: This should be merged with FunctionInlining
diff --git a/llvm/lib/VMCore/Constants.cpp b/llvm/lib/VMCore/Constants.cpp
index e918a248550..dcce830d16c 100644
--- a/llvm/lib/VMCore/Constants.cpp
+++ b/llvm/lib/VMCore/Constants.cpp
@@ -12,7 +12,6 @@
#include "llvm/SlotCalculator.h"
#include "Support/StringExtras.h"
#include <algorithm>
-#include <iostream>
using std::map;
using std::pair;
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp
index 3ac0f107218..da3d87f9d2e 100644
--- a/llvm/lib/VMCore/Value.cpp
+++ b/llvm/lib/VMCore/Value.cpp
@@ -8,7 +8,7 @@
#include "llvm/SymbolTable.h"
#include "llvm/DerivedTypes.h"
#include <algorithm>
-#include <iostream>
+
//===----------------------------------------------------------------------===//
// Value Class
//===----------------------------------------------------------------------===//
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index ce2db65dd08..70f82be639f 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -30,7 +30,6 @@
#include "Support/Signals.h"
#include <fstream>
#include <memory>
-#include <iostream>
using std::cerr;
OpenPOWER on IntegriCloud