[llvm] r274093 - [bugpoint] Delete a stale comment.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 20:02:01 PDT 2016


Author: reames
Date: Tue Jun 28 22:02:01 2016
New Revision: 274093

URL: http://llvm.org/viewvc/llvm-project?rev=274093&view=rev
Log:
[bugpoint] Delete a stale comment.


Modified:
    llvm/trunk/tools/bugpoint/BugDriver.h

Modified: llvm/trunk/tools/bugpoint/BugDriver.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/BugDriver.h?rev=274093&r1=274092&r2=274093&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/BugDriver.h (original)
+++ llvm/trunk/tools/bugpoint/BugDriver.h Tue Jun 28 22:02:01 2016
@@ -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,




More information about the llvm-commits mailing list