From: Chris Lattner Date: Wed, 5 Nov 2003 21:46:13 +0000 (+0000) Subject: Bugpoint no longer has this option X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b257e219050ca3457c60aa993e97dc19c089b6e2;p=oota-llvm.git Bugpoint no longer has this option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9744 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 5c1ee22995f..b311120a808 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -175,7 +175,7 @@ non-obvious ways. Here are some hints and tips:

part of the -args option, not as options to bugpoint itself.

-

  • -disable-{adce,dce,final-cleanup,simplifycfg}
    +
  • -disable-{adce,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