mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix some bswap typos that Chris noticed.
llvm-svn: 35564
This commit is contained in:
parent
ac77daac29
commit
0df30afbef
@ -4438,13 +4438,13 @@ that includes the type for the result and the operand.
|
||||
<pre>
|
||||
declare i16 @llvm.bswap.i16.i16(i16 <id>)
|
||||
declare i32 @llvm.bswap.i32.i32(i32 <id>)
|
||||
declare i64 @llvm.bswap.i64.i32(i64 <id>)
|
||||
declare i64 @llvm.bswap.i64.i64(i64 <id>)
|
||||
</pre>
|
||||
|
||||
<h5>Overview:</h5>
|
||||
|
||||
<p>
|
||||
The '<tt>llvm.bwsap</tt>' family of intrinsics is used to byteswap integer
|
||||
The '<tt>llvm.bwsap</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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user