From: Chris Lattner Date: Sat, 13 Mar 2004 19:36:30 +0000 (+0000) Subject: Option no more X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a6d2a2d6f1e4d710b5b821e6defddf2cd91a48f;p=oota-llvm.git Option no more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12360 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index e5a92826afe..c6ac7abd10e 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -184,7 +184,7 @@ non-obvious ways. Here are some hints and tips:

Assume a non-zero exit code or core dump from the test program is a failure. Defaults to true.

-

  • -disable-{adce,dce,simplifycfg}
    +
  • -disable-{dce,simplifycfg}
    Do not run the specified passes to clean up and reduce the size of the test program. By default, bugpoint uses these passes internally when attempting to reduce test programs. If you're trying to find