There is no llvm.bswap.i8, need at least 2 bytes to swap.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 Jan 2006 21:14:01 +0000 (21:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 Jan 2006 21:14:01 +0000 (21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25367 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 95ac99bc893e24409eaccefd0dfd7e8f4d724d11..f6e9f2f710799f03394fa4945dd92f14a7b6d18f 100644 (file)
@@ -3485,7 +3485,6 @@ These allow efficient code generation for some algorithms.
 
 <h5>Syntax:</h5>
 <pre>
-  declare ushort %llvm.bswap.i8( ubyte &lt;id&gt; )
   declare ushort %llvm.bswap.i16( ushort &lt;id&gt; )
   declare uint %llvm.bswap.i32( uint &lt;id&gt; )
   declare ulong %llvm.bswap.i64( ulong &lt;id&gt; )