summaryrefslogtreecommitdiff
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-07-21 20:50:33 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-07-21 20:50:33 +0000
commit7848e68c1635ccba5a08d55314d4e5aed5ab54b9 (patch)
tree0d319fa163635bd4dbb38296b8077803beef5bd6 /tools/bugpoint
parent7d0276624726ddea3245bb7d88c47db59278bf14 (diff)
downloadllvm-7848e68c1635ccba5a08d55314d4e5aed5ab54b9.tar.gz
llvm-7848e68c1635ccba5a08d55314d4e5aed5ab54b9.tar.bz2
llvm-7848e68c1635ccba5a08d55314d4e5aed5ab54b9.tar.xz
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 'tools/bugpoint')
-rw-r--r--tools/bugpoint/ExecutionDriver.cpp1
-rw-r--r--tools/bugpoint/ExtractFunction.cpp1
-rw-r--r--tools/bugpoint/ToolRunner.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp
index c2a4a1cba6..12ca123402 100644
--- a/tools/bugpoint/ExecutionDriver.cpp
+++ b/tools/bugpoint/ExecutionDriver.cpp
@@ -19,7 +19,6 @@
#include "Support/FileUtilities.h"
#include "Support/SystemUtils.h"
#include <fstream>
-#include <iostream>
using namespace llvm;
namespace {
diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp
index 0f3d44e8a4..ecc2652556 100644
--- a/tools/bugpoint/ExtractFunction.cpp
+++ b/tools/bugpoint/ExtractFunction.cpp
@@ -27,7 +27,6 @@
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/FileUtilities.h"
-#include <iostream>
#include <set>
using namespace llvm;
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp
index 0e6a0413dd..ad62474eac 100644
--- a/tools/bugpoint/ToolRunner.cpp
+++ b/tools/bugpoint/ToolRunner.cpp
@@ -16,7 +16,6 @@
#include "Config/config.h" // for HAVE_LINK_R
#include "Support/Debug.h"
#include "Support/FileUtilities.h"
-#include <iostream>
#include <fstream>
#include <sstream>
using namespace llvm;