[llvm-commits] CVS: llvm-www/RandomBoxes/007-Bugpoint.html

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 1 14:23:01 PDT 2004


Changes in directory llvm-www/RandomBoxes:

007-Bugpoint.html updated: 1.2 -> 1.3

---
Log message:

Fix grammar


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

Index: llvm-www/RandomBoxes/007-Bugpoint.html
diff -u llvm-www/RandomBoxes/007-Bugpoint.html:1.2 llvm-www/RandomBoxes/007-Bugpoint.html:1.3
--- llvm-www/RandomBoxes/007-Bugpoint.html:1.2	Fri May 28 12:30:35 2004
+++ llvm-www/RandomBoxes/007-Bugpoint.html	Tue Jun  1 14:19:04 2004
@@ -1,3 +1,3 @@
 <img align="right" src="img/logo-bugpoint.gif" width=176 height=154">
-<a href="docs/CommandGuide/bugpoint.html">Bugpoint</a> is a automated testcase reduction tool that is extremely useful for debugging problems in LLVM optimizers and code generators.  It can usually reduce an optimizer crash down to the few instructions needed to reproduce the problem or a miscompilation down to the specific loop nest or basic block in the program that is causing the problem.
+<a href="docs/CommandGuide/bugpoint.html">Bugpoint</a> is an automated testcase reduction tool that is extremely useful for debugging problems in LLVM optimizers and code generators.  It can usually reduce an optimizer crash down to the few instructions needed to reproduce the problem or a miscompilation down to the specific loop nest or basic block in the program that is being miscompiled.
 





More information about the llvm-commits mailing list