Bugpoint no longer has this option

llvm-svn: 9744
This commit is contained in:
Chris Lattner 2003-11-05 21:46:13 +00:00
parent 2920100e4d
commit a616c55ba9
1 changed files with 1 additions and 1 deletions

View File

@ -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