forked from OSchip/llvm-project
There is no llvm.bswap.i8, need at least 2 bytes to swap.
llvm-svn: 25367
This commit is contained in:
parent
b4f9a6f110
commit
2a9012b17e
|
@ -3485,7 +3485,6 @@ These allow efficient code generation for some algorithms.
|
|||
|
||||
<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> )
|
||||
|
|
Loading…
Reference in New Issue