[llvm-commits] CVS: llvm/docs/index.html

Misha Brukman brukman at cs.uiuc.edu
Thu Dec 9 12:27:04 PST 2004



Changes in directory llvm/docs:

index.html updated: 1.37 -> 1.38
---
Log message:

We now have a real Bugpoint doc, not just a huge man page.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.37 llvm/docs/index.html:1.38
--- llvm/docs/index.html:1.37	Fri Dec  3 17:26:23 2004
+++ llvm/docs/index.html	Thu Dec  9 14:26:53 2004
@@ -183,8 +183,8 @@
 LLVM</a> - This document describes the design and philosophy behind the LLVM
 source-level debugger.</li>
 
-<li><a href="CommandGuide/html/bugpoint.html">bugpoint</a> - automatic bug 
-finder and test-case reducer description and usage information.</li>
+<li><a href="Bugpoint.html">bugpoint</a> - automatic bug finder and test-case
+reducer description and usage information.</li>
 
 <li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
 describes the design and configuration of the LLVM compiler driver tool,
@@ -229,6 +229,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/03 23:26:23 $
+  Last modified: $Date: 2004/12/09 20:26:53 $
 </address>
 






More information about the llvm-commits mailing list