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

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 23 19:24:08 PDT 2004



Changes in directory llvm/docs:

CompilerDriver.html updated: 1.5 -> 1.6
---
Log message:

Fix some grammar.


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

Index: llvm/docs/CompilerDriver.html
diff -u llvm/docs/CompilerDriver.html:1.5 llvm/docs/CompilerDriver.html:1.6
--- llvm/docs/CompilerDriver.html:1.5	Sun Aug 22 13:06:59 2004
+++ llvm/docs/CompilerDriver.html	Mon Aug 23 21:23:58 2004
@@ -55,8 +55,8 @@
 <!-- *********************************************************************** -->
 <div class="doc_text">
   <p>The <tt>llvmc</tt> <a href="def_tool">tool</a> is a configurable compiler 
-  <a href="def_driver">driver</a>. As such, it isn't the compiler, optimizer, 
-  or linker itself but it drives (invokes) other software that perform those 
+  <a href="def_driver">driver</a>. As such, it isn't a compiler, optimizer, 
+  or a linker itself but it drives (invokes) other software that perform those 
   tasks. If you are familiar with the GNU Compiler Collection's <tt>gcc</tt> 
   tool, <tt>llvmc</tt> is very similar.</p>
   <p>The following introductory sections will help you understand why this tool
@@ -862,7 +862,7 @@
  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
  href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/08/22 18:06:59 $
+Last modified: $Date: 2004/08/24 02:23:58 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list