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

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 27 13:36:10 PDT 2004



Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.13 -> 1.14
---
Log message:

Fix grammar.


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

Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.13 llvm/docs/ExtendingLLVM.html:1.14
--- llvm/docs/ExtendingLLVM.html:1.13	Tue Sep 21 11:53:29 2004
+++ llvm/docs/ExtendingLLVM.html	Mon Sep 27 15:35:59 2004
@@ -108,8 +108,8 @@
 <li><tt>llvm/test/Regression/*</tt>: add your test cases to the test suite.</li>
 </ol>
 
-<p>If this intrinsic requires code generator support (ie, it cannot be lowered).
-You should also add support to the code generator in question.</p>
+<p>If this intrinsic requires code generator support (i.e., it cannot be
+lowered), you should also add support to the code generator in question.</p>
 
 </div>
 
@@ -276,7 +276,7 @@
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/09/21 16:53:29 $
+  Last modified: $Date: 2004/09/27 20:35:59 $
 </address>
 
 </body>






More information about the llvm-commits mailing list