diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-05 21:46:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-05 21:46:13 +0000 |
commit | a616c55ba9c6fb459ae4ffc08b90fc76f0065c20 (patch) | |
tree | e052e3b9c3ca4a5271363731f84af4aa91d34c89 /llvm/docs/CommandGuide/bugpoint.html | |
parent | 2920100e4daf8875a4fedb0b83967b99f5f75896 (diff) | |
download | bcm5719-llvm-a616c55ba9c6fb459ae4ffc08b90fc76f0065c20.tar.gz bcm5719-llvm-a616c55ba9c6fb459ae4ffc08b90fc76f0065c20.zip |
Bugpoint no longer has this option
llvm-svn: 9744
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html index 5c1ee22995f..b311120a808 100644 --- a/llvm/docs/CommandGuide/bugpoint.html +++ b/llvm/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 |