]> granicus.if.org Git - llvm/commitdiff
[bugpoint] Delete a stale comment.
authorPhilip Reames <listmail@philipreames.com>
Wed, 29 Jun 2016 03:02:01 +0000 (03:02 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 29 Jun 2016 03:02:01 +0000 (03:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274093 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/BugDriver.h

index c82540d3b8f4eed2bc5adeda57760be4f709a50b..52ec2c00564969811f0f3e7fa0b3e607a5c7d8e1 100644 (file)
@@ -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<Module> runPassesOn(Module *M,
                                       const std::vector<std::string> &Passes,
                                       unsigned NumExtraArgs = 0,