summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-21 05:34:03 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-21 05:34:03 +0000
commit62c5105adc4f51c6dd07be3471ea2462c8e00c82 (patch)
tree31ed385a3ceaa771a76ef988aef20a9ff581daff /tools/bugpoint/bugpoint.cpp
parentda6169b9961e09dd8ff20b403a825dd0229dfd85 (diff)
downloadllvm-62c5105adc4f51c6dd07be3471ea2462c8e00c82.tar.gz
llvm-62c5105adc4f51c6dd07be3471ea2462c8e00c82.tar.bz2
llvm-62c5105adc4f51c6dd07be3471ea2462c8e00c82.tar.xz
For PR885:
Consolidate the LinkAllAnalyses.h and LinkAllPasses.h headers into one so there is no dupliation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 353e117369..97ff5f701f 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -15,8 +15,7 @@
#include "BugDriver.h"
#include "ToolRunner.h"
-#include "llvm/Analysis/LinkAllAnalyses.h"
-#include "llvm/Transforms/LinkAllPasses.h"
+#include "llvm/LinkAllPasses.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/PluginLoader.h"