diff options
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 5c1ee22..b311120 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -175,7 +175,7 @@ non-obvious ways. Here are some hints and tips:<p> part of the <tt>-args</tt> option, not as options to <tt>bugpoint</tt> itself.<p> - <li><tt>-disable-{adce,dce,final-cleanup,simplifycfg}</tt><br> + <li><tt>-disable-{adce,dce,simplifycfg}</tt><br> Do not run the specified passes to clean up and reduce the size of the test program. By default, <tt>bugpoint</tt> uses these passes internally when attempting to reduce test programs. If you're trying to find |