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

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 6 00:56:27 PDT 2004



Changes in directory llvm-www/RandomBoxes:

007-Bugpoint.html updated: 1.4 -> 1.5
---
Log message:

Fix broken link


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

Index: llvm-www/RandomBoxes/007-Bugpoint.html
diff -u llvm-www/RandomBoxes/007-Bugpoint.html:1.4 llvm-www/RandomBoxes/007-Bugpoint.html:1.5
--- llvm-www/RandomBoxes/007-Bugpoint.html:1.4	Tue Jun  1 23:12:17 2004
+++ llvm-www/RandomBoxes/007-Bugpoint.html	Fri Aug  6 02:56:17 2004
@@ -1,3 +1,3 @@
 <img align="right" src="img/logo-bugpoint.gif" width=120 height=119">
-<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.
+<a href="docs/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