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

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 24 10:47:09 PDT 2005



Changes in directory llvm/docs/CommandGuide:

index.html updated: 1.23 -> 1.24
---
Log message:

extract has been renamed to llvm-extract to avoid conflicting with another tool


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

 index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.23 llvm/docs/CommandGuide/index.html:1.24
--- llvm/docs/CommandGuide/index.html:1.23	Thu Dec  9 17:28:09 2004
+++ llvm/docs/CommandGuide/index.html	Sun Apr 24 12:46:58 2005
@@ -119,7 +119,7 @@
 <li><a href="html/bugpoint.html"><b>bugpoint</b></a> -
     automatic test-case reducer</li>
 
-<li><a href="html/extract.html"><b>extract</b></a> -
+<li><a href="html/llvm-extract.html"><b>llvm-extract</b></a> -
     extract a function from an LLVM bytecode file</li>
 
 <li><a href="html/llvm-bcanalyzer.html"><b>llvm-bcanalyzer</b></a> -
@@ -140,7 +140,7 @@
   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/09 23:28:09 $
+  Last modified: $Date: 2005/04/24 17:46:58 $
 </address>
 
 </body>






More information about the llvm-commits mailing list