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

John Criswell criswell at gally.cs.uiuc.edu
Fri Mar 12 15:20:01 PST 2004


Changes in directory llvm/docs:

LangRef.html updated: 1.53 -> 1.54

---
Log message:

Fixed grammar typo.



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

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.53 llvm/docs/LangRef.html:1.54
--- llvm/docs/LangRef.html:1.53	Thu Mar 11 23:50:16 2004
+++ llvm/docs/LangRef.html	Fri Mar 12 15:19:06 2004
@@ -189,7 +189,7 @@
   <li>Unnamed values are represented as an unsigned numeric value with
 a '%'   prefix.  For example, %12, %2, %44.</li>
 </ol>
-<p>LLVM requires the values start with a '%' sign for two reasons:
+<p>LLVM requires that values start with a '%' sign for two reasons:
 Compilers don't need to worry about name clashes with reserved words,
 and the set of reserved words may be expanded in the future without
 penalty.  Additionally, unnamed identifiers allow a compiler to quickly
@@ -2148,7 +2148,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/03/12 05:50:16 $
+  Last modified: $Date: 2004/03/12 21:19:06 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list