From 7c898553b6a2fdfed11fc093b59a3ff85944904c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 16 Jan 2006 21:14:01 +0000 Subject: [PATCH] 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 --- docs/LangRef.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 95ac99bc893..f6e9f2f7107 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3485,7 +3485,6 @@ These allow efficient code generation for some algorithms.
Syntax:
-  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> )
-- 
2.34.1