[bugpoint] Delete a stale comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Philip Reames 2016-06-29 03:02:01 +00:00
parent c29dedcdc7
commit bb79b8e5de

View 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,