diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-13 19:36:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-13 19:36:30 +0000 |
commit | 6a6d2a2d6f1e4d710b5b821e6defddf2cd91a48f (patch) | |
tree | da027e2a398680b5d536ce5287658f02d55cebc4 /docs/CommandGuide | |
parent | b2c180f04e4f71a29c8c4a2478179cb1ddd5d859 (diff) |
Option no more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12360 91177308-0d34-0410-b5e6-96231b3b80d8
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 |