From: Philip Reames Date: Wed, 29 Jun 2016 03:02:01 +0000 (+0000) Subject: [bugpoint] Delete a stale comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb79b8e5de293e5c7a57ec14da57d03728f5db31;p=llvm [bugpoint] Delete a stale comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274093 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h index c82540d3b8f..52ec2c00564 100644 --- a/tools/bugpoint/BugDriver.h +++ b/tools/bugpoint/BugDriver.h @@ -237,9 +237,6 @@ public: /// Carefully run the specified set of pass on the specified/ module, /// returning the transformed module on success, or a null pointer on failure. - /// If AutoDebugCrashes is set to true, then bugpoint will automatically - /// attempt to track down a crashing pass if one exists, and this method will - /// never return null. std::unique_ptr runPassesOn(Module *M, const std::vector &Passes, unsigned NumExtraArgs = 0,