Option no more
authorChris Lattner <sabre@nondot.org>
Sat, 13 Mar 2004 19:36:30 +0000 (19:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Mar 2004 19:36:30 +0000 (19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12360 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index e5a92826afef1f0d60c4dd6a852a20ce20a5443f..c6ac7abd10e74b94d60477ad281d31f1e975ae18 100644 (file)
@@ -184,7 +184,7 @@ non-obvious ways.  Here are some hints and tips:<p>
     Assume a non-zero exit code or core dump from the test program is
     a failure. Defaults to true.<p>
 
-       <li><tt>-disable-{adce,dce,simplifycfg}</tt><br>
+       <li><tt>-disable-{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