aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-13 19:36:30 +0000
committerChris Lattner <sabre@nondot.org>2004-03-13 19:36:30 +0000
commit84d0f63804fbf567c7def07b3de73e9898937008 (patch)
treec4feb7b581ad655cf13125652b75b55ef4d0ed36
parent0ee372cfe337d05e16b830221bfa142cd78b2a03 (diff)
downloadllvm-84d0f63804fbf567c7def07b3de73e9898937008.zip
llvm-84d0f63804fbf567c7def07b3de73e9898937008.tar.gz
llvm-84d0f63804fbf567c7def07b3de73e9898937008.tar.bz2
Option no more
llvm-svn: 12360
-rw-r--r--llvm/docs/CommandGuide/bugpoint.html2
1 files changed, 1 insertions, 1 deletions
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 @@ 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