From a616c55ba9c6fb459ae4ffc08b90fc76f0065c20 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 llvm-svn: 9744 --- llvm/docs/CommandGuide/bugpoint.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index 5c1ee22995f2..b311120a8081 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/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