[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 5 15:47:01 PST 2003
Changes in directory llvm/docs/CommandGuide:
bugpoint.html updated: 1.18 -> 1.19
---
Log message:
Bugpoint no longer has this option
---
Diffs of the changes: (+1 -1)
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.18 llvm/docs/CommandGuide/bugpoint.html:1.19
--- llvm/docs/CommandGuide/bugpoint.html:1.18 Mon Oct 20 14:47:25 2003
+++ llvm/docs/CommandGuide/bugpoint.html Wed Nov 5 15:46:13 2003
@@ -175,7 +175,7 @@
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
More information about the llvm-commits
mailing list