diff options
Diffstat (limited to 'docs/CommandGuide')
-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 e5a92826af..c6ac7abd10 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -184,7 +184,7 @@ non-obvious ways. Here are some hints and tips:<p> Assume a non-zero exit code or core dump from the test program is a failure. Defaults to true.<p> - <li><tt>-disable-{adce,dce,simplifycfg}</tt><br> + <li><tt>-disable-{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 |