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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed May 4 07:58:48 PDT 2005



Changes in directory llvm/docs:

LangRef.html updated: 1.97 -> 1.98
---
Log message:

fixup argument

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

 LangRef.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.97 llvm/docs/LangRef.html:1.98
--- llvm/docs/LangRef.html:1.97	Tue May  3 13:01:48 2005
+++ llvm/docs/LangRef.html	Wed May  4 09:58:31 2005
@@ -3071,7 +3071,7 @@
 <h5>Arguments:</h5>
 
 <p>
-The only argument is the value to be counted.
+The only argument is the value to be counted.  The argument may be of any integer type.
 </p>
 
 <h5>Semantics:</h5>
@@ -3103,7 +3103,7 @@
 <h5>Arguments:</h5>
 
 <p>
-The only argument is the value to be counted.
+The only argument is the value to be counted.  The argument may be of any integer type.
 </p>
 
 <h5>Semantics:</h5>
@@ -3136,7 +3136,7 @@
 <h5>Arguments:</h5>
 
 <p>
-The only argument is the value to be counted.
+The only argument is the value to be counted.  The argument may be of any integer type.
 </p>
 
 <h5>Semantics:</h5>
@@ -3173,7 +3173,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: 2005/05/03 18:01:48 $
+  Last modified: $Date: 2005/05/04 14:58:31 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list