summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-02 21:50:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-02 21:50:27 +0000
commitc684e83e4554bfaf6180426f86b9253b65dd46ec (patch)
tree828df691f44e6d0ce0f8970414ffef3fd87992c9 /tools/bugpoint/bugpoint.cpp
parent3d453ac1317f910b0589d87c061f056be29e36cd (diff)
downloadllvm-c684e83e4554bfaf6180426f86b9253b65dd46ec.tar.gz
llvm-c684e83e4554bfaf6180426f86b9253b65dd46ec.tar.bz2
llvm-c684e83e4554bfaf6180426f86b9253b65dd46ec.tar.xz
Move methods in PassManagerBuilder offline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 7e633efcc1..6a87521a17 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -17,6 +17,7 @@
#include "ToolRunner.h"
#include "llvm/LinkAllPasses.h"
#include "llvm/LLVMContext.h"
+#include "llvm/PassManager.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"