summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:31:10 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:31:10 +0000
commit62602a476ae4921d50253ea8ee51cb970c64d695 (patch)
treea9b04a69780696ecdc06cc1b4e31e7ccef69c55d /llvm/tools/bugpoint
parent5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7 (diff)
downloadbcm5719-llvm-62602a476ae4921d50253ea8ee51cb970c64d695.tar.gz
bcm5719-llvm-62602a476ae4921d50253ea8ee51cb970c64d695.zip
Remove redundant includes from tools.
llvm-svn: 320631
Diffstat (limited to 'llvm/tools/bugpoint')
-rw-r--r--llvm/tools/bugpoint/FindBugs.cpp4
-rw-r--r--llvm/tools/bugpoint/OptimizerDriver.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/tools/bugpoint/FindBugs.cpp b/llvm/tools/bugpoint/FindBugs.cpp
index 3093169ba8b..40502cbf949 100644
--- a/llvm/tools/bugpoint/FindBugs.cpp
+++ b/llvm/tools/bugpoint/FindBugs.cpp
@@ -15,12 +15,8 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
-#include "ToolRunner.h"
-#include "llvm/Pass.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
-#include <algorithm>
-#include <ctime>
#include <random>
using namespace llvm;
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp
index 841982c6ebb..ee3f2f0174d 100644
--- a/llvm/tools/bugpoint/OptimizerDriver.cpp
+++ b/llvm/tools/bugpoint/OptimizerDriver.cpp
@@ -18,21 +18,17 @@
#include "BugDriver.h"
#include "llvm/Bitcode/BitcodeWriter.h"
#include "llvm/IR/DataLayout.h"
-#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/Module.h"
-#include "llvm/IR/Verifier.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"
-#include "llvm/Support/SystemUtils.h"
#include "llvm/Support/ToolOutputFile.h"
#define DONT_GET_PLUGIN_LOADER_OPTION
#include "llvm/Support/PluginLoader.h"
-#include <fstream>
using namespace llvm;
OpenPOWER on IntegriCloud