From e7c5fe586aa8cce9f5cb6bb03c8552ae95f3ae9d Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 20 Jul 2010 01:19:58 +0000 Subject: Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). llvm-svn: 108794 --- llvm/tools/bugpoint/FindBugs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/tools/bugpoint/FindBugs.cpp') diff --git a/llvm/tools/bugpoint/FindBugs.cpp b/llvm/tools/bugpoint/FindBugs.cpp index 224c71747a6..5c1bedebf19 100644 --- a/llvm/tools/bugpoint/FindBugs.cpp +++ b/llvm/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 &AllPasses, +bool +BugDriver::runManyPasses(const std::vector &AllPasses, std::string &ErrMsg) { setPassesToRun(AllPasses); outs() << "Starting bug finding procedure...\n\n"; -- cgit v1.2.3