aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-05 21:46:13 +0000
committerChris Lattner <sabre@nondot.org>2003-11-05 21:46:13 +0000
commitb257e219050ca3457c60aa993e97dc19c089b6e2 (patch)
treef00a6fdde7d4ce4640d9cf64dff0b8b494e535a6 /docs/CommandGuide
parentfcb6ec0c7e37c2d15ddb04878f05cbd69d1da036 (diff)
downloadexternal_llvm-b257e219050ca3457c60aa993e97dc19c089b6e2.zip
external_llvm-b257e219050ca3457c60aa993e97dc19c089b6e2.tar.gz
external_llvm-b257e219050ca3457c60aa993e97dc19c089b6e2.tar.bz2
Bugpoint no longer has this option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html
index 5c1ee22..b311120 100644
--- a/docs/CommandGuide/bugpoint.html
+++ b/docs/CommandGuide/bugpoint.html
@@ -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