aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/FindBugs.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-07-20 06:52:42 +0000
committerOwen Anderson <resistor@mac.com>2010-07-20 06:52:42 +0000
commit0e493f5f82ca7b430758ded7a505aa0f2af4674b (patch)
tree7889e2469b15eb4e9c1202063139b1ef0f8591b1 /tools/bugpoint/FindBugs.cpp
parentc045005458f070655bc119d0a1f26bac7efc8b04 (diff)
downloadexternal_llvm-0e493f5f82ca7b430758ded7a505aa0f2af4674b.zip
external_llvm-0e493f5f82ca7b430758ded7a505aa0f2af4674b.tar.gz
external_llvm-0e493f5f82ca7b430758ded7a505aa0f2af4674b.tar.bz2
Reapply r108794, a fix for the failing test from last time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/FindBugs.cpp')
-rw-r--r--tools/bugpoint/FindBugs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/bugpoint/FindBugs.cpp b/tools/bugpoint/FindBugs.cpp
index 224c717..5c1bede 100644
--- a/tools/bugpoint/FindBugs.cpp
+++ b/tools/bugpoint/FindBugs.cpp
@@ -29,7 +29,8 @@ 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 PassInfo*> &AllPasses,
+bool
+BugDriver::runManyPasses(const std::vector<const StaticPassInfo*> &AllPasses,
std::string &ErrMsg) {
setPassesToRun(AllPasses);
outs() << "Starting bug finding procedure...\n\n";