From b257e219050ca3457c60aa993e97dc19c089b6e2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 5 Nov 2003 21:46:13 +0000 Subject: [PATCH] Bugpoint no longer has this option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9744 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 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 -- 2.34.1