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

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 21 14:37:52 PDT 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.149 -> 1.150
---
Log message:

typo


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.149 llvm/docs/LangRef.html:1.150
--- llvm/docs/LangRef.html:1.149	Fri Apr 14 14:24:33 2006
+++ llvm/docs/LangRef.html	Fri Apr 21 16:37:40 2006
@@ -3748,7 +3748,7 @@
 <p>
 The '<tt>llvm.ctlz</tt>' intrinsic counts the leading (most significant) zeros
 in a variable.  If the src == 0 then the result is the size in bits of the type
-of src. For example, <tt>llvm.cttz(int 2) = 30</tt>.
+of src. For example, <tt>llvm.ctlz(int 2) = 30</tt>.
 </p>
 </div>
 
@@ -3817,7 +3817,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/04/14 19:24:33 $
+  Last modified: $Date: 2006/04/21 21:37:40 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list