aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/FindBugs.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-07-20 08:26:15 +0000
committerOwen Anderson <resistor@mac.com>2010-07-20 08:26:15 +0000
commitcb14cb861b75a0a643c16851af1c350ce7b38d4c (patch)
treec8c82d984f9dc21c27426099f79bd412a2ff95c9 /tools/bugpoint/FindBugs.cpp
parent9de4bbd3bd32eb9ab2cfc6c837efec548c287e07 (diff)
downloadexternal_llvm-cb14cb861b75a0a643c16851af1c350ce7b38d4c.zip
external_llvm-cb14cb861b75a0a643c16851af1c350ce7b38d4c.tar.gz
external_llvm-cb14cb861b75a0a643c16851af1c350ce7b38d4c.tar.bz2
Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch
would cause them to fail the way they are, but none of the other intervening patches seem likely either. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/FindBugs.cpp')
-rw-r--r--tools/bugpoint/FindBugs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/bugpoint/FindBugs.cpp b/tools/bugpoint/FindBugs.cpp
index 5c1bede..224c717 100644
--- a/tools/bugpoint/FindBugs.cpp
+++ b/tools/bugpoint/FindBugs.cpp
@@ -29,8 +29,7 @@ using namespace llvm;
/// If the passes did not compile correctly, output the command required to
/// recreate the failure. This returns true if a compiler error is found.
///
-bool
-BugDriver::runManyPasses(const std::vector<const StaticPassInfo*> &AllPasses,
+bool BugDriver::runManyPasses(const std::vector<const PassInfo*> &AllPasses,
std::string &ErrMsg) {
setPassesToRun(AllPasses);
outs() << "Starting bug finding procedure...\n\n";