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

Alkis Evlogimenos alkis at niobe.cs.uiuc.edu
Fri May 28 12:32:03 PDT 2004


Changes in directory llvm-www/RandomBoxes:

007-Bugpoint.html updated: 1.1 -> 1.2

---
Log message:

s/too/tool/

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

Index: llvm-www/RandomBoxes/007-Bugpoint.html
diff -u llvm-www/RandomBoxes/007-Bugpoint.html:1.1 llvm-www/RandomBoxes/007-Bugpoint.html:1.2
--- llvm-www/RandomBoxes/007-Bugpoint.html:1.1	Fri May 28 12:01:03 2004
+++ llvm-www/RandomBoxes/007-Bugpoint.html	Fri May 28 12:30:35 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 too 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 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.
 





More information about the llvm-commits mailing list