mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 13:00:50 +00:00
[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:
parent
c29dedcdc7
commit
bb79b8e5de
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user