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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 19 12:28:01 PDT 2003


Changes in directory llvm/docs/CommandGuide:

bugpoint.html updated: 1.12 -> 1.13

---
Log message:

Two minor fixes


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

Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.12 llvm/docs/CommandGuide/bugpoint.html:1.13
--- llvm/docs/CommandGuide/bugpoint.html:1.12	Sun Oct 19 12:20:15 2003
+++ llvm/docs/CommandGuide/bugpoint.html	Sun Oct 19 12:27:12 2003
@@ -27,7 +27,7 @@
 <a name="designphilosophy">
 <h4>Design Philosophy</h4>
 
-<tt>bugpoint</tt> has been designed to be a useful tool without requiring any
+<tt>bugpoint</tt> is designed to be a useful tool without requiring any
 hooks into the LLVM infrastructure at all.  It works with any and all LLVM
 passes and code generators, and does not need to "know" how they work.  Because
 of this, it may appear to do a lot of stupid things or miss obvious
@@ -70,7 +70,7 @@
 reduce the list of passes and the size of the test program.  First,
 <tt>bugpoint</tt> figures out which combination of passes triggers the bug. This
 is useful when debugging a problem exposed by <tt>gccas</tt>, for example,
-because it runs over 30 optimizations.<p>
+because it runs over 25 optimizations.<p>
 
 Next, <tt>bugpoint</tt> tries removing functions from the module, to reduce the
 size of the test program.  Usually it is able to reduce a test program





More information about the llvm-commits mailing list