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

Reid Spencer reid at x10sys.com
Mon Jan 16 13:14:13 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.128 -> 1.129
---
Log message:

There is no llvm.bswap.i8, need at least 2 bytes to swap.


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

 LangRef.html |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.128 llvm/docs/LangRef.html:1.129
--- llvm/docs/LangRef.html:1.128	Mon Jan 16 15:12:35 2006
+++ llvm/docs/LangRef.html	Mon Jan 16 15:14:01 2006
@@ -3485,7 +3485,6 @@
 
 <h5>Syntax:</h5>
 <pre>
-  declare ushort %llvm.bswap.i8( ubyte <id> )
   declare ushort %llvm.bswap.i16( ushort <id> )
   declare uint %llvm.bswap.i32( uint <id> )
   declare ulong %llvm.bswap.i64( ulong <id> )
@@ -3651,7 +3650,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: 2006/01/16 21:12:35 $
+  Last modified: $Date: 2006/01/16 21:14:01 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list