From 6a6d2a2d6f1e4d710b5b821e6defddf2cd91a48f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 13 Mar 2004 19:36:30 +0000 Subject: [PATCH] Option no more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12360 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1