aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-01-16 21:14:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-01-16 21:14:01 +0000
commit7c898553b6a2fdfed11fc093b59a3ff85944904c (patch)
treee8c9341dc7b8f1ca97969656fc451e88b37584a6 /docs/LangRef.html
parent0b118206bf3411722707f2e5cab8fd2eedcd50d6 (diff)
downloadexternal_llvm-7c898553b6a2fdfed11fc093b59a3ff85944904c.zip
external_llvm-7c898553b6a2fdfed11fc093b59a3ff85944904c.tar.gz
external_llvm-7c898553b6a2fdfed11fc093b59a3ff85944904c.tar.bz2
There is no llvm.bswap.i8, need at least 2 bytes to swap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 95ac99b..f6e9f2f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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; )