Bugpoint no longer has this option
authorChris Lattner <sabre@nondot.org>
Wed, 5 Nov 2003 21:46:13 +0000 (21:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Nov 2003 21:46:13 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9744 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index 5c1ee22995f2ab7c4609c754130d74db1c0c5d93..b311120a80811a038bfe58b699a3f435ee2c9312 100644 (file)
@@ -175,7 +175,7 @@ non-obvious ways.  Here are some hints and tips:<p>
         part of the <tt>-args</tt> option, not as options to <tt>bugpoint</tt>
         itself.<p>
 
-       <li><tt>-disable-{adce,dce,final-cleanup,simplifycfg}</tt><br>
+       <li><tt>-disable-{adce,dce,simplifycfg}</tt><br>
     Do not run the specified passes to clean up and reduce the size of the
     test program. By default, <tt>bugpoint</tt> uses these passes internally
     when attempting to reduce test programs.  If you're trying to find