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

Reid Spencer reid at x10sys.com
Sun Apr 1 19:25:36 PDT 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.223 -> 1.224
---
Log message:

bwsap -> bswap


---
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.223 llvm/docs/LangRef.html:1.224
--- llvm/docs/LangRef.html:1.223	Sun Apr  1 19:19:52 2007
+++ llvm/docs/LangRef.html	Sun Apr  1 21:25:19 2007
@@ -4444,7 +4444,7 @@
 <h5>Overview:</h5>
 
 <p>
-The '<tt>llvm.bwsap</tt>' family of intrinsics is used to byte swap integer 
+The '<tt>llvm.bswap</tt>' family of intrinsics is used to byte swap integer 
 values with an even number of bytes (positive multiple of 16 bits).  These are 
 useful for performing operations on data that is not in the target's native 
 byte order.
@@ -4996,7 +4996,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: 2007/04/02 00:19:52 $
+  Last modified: $Date: 2007/04/02 02:25:19 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list