[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 13 13:37:10 PST 2004


Changes in directory llvm/docs/CommandGuide:

bugpoint.html updated: 1.23 -> 1.24

---
Log message:

Option no more


---
Diffs of the changes:  (+1 -1)

Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.23 llvm/docs/CommandGuide/bugpoint.html:1.24
--- llvm/docs/CommandGuide/bugpoint.html:1.23	Wed Feb 18 17:30:21 2004
+++ llvm/docs/CommandGuide/bugpoint.html	Sat Mar 13 13:36:30 2004
@@ -184,7 +184,7 @@
     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





More information about the llvm-commits mailing list