Option no more
llvm-svn: 12360
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html
index e5a9282..c6ac7ab 100644
--- a/llvm/docs/CommandGuide/bugpoint.html
+++ b/llvm/docs/CommandGuide/bugpoint.html
@@ -184,7 +184,7 @@
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