From 338ea097f21c2a1bbbd0e72d5f419c67391c5bb1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 2 Apr 2007 02:25:19 +0000 Subject: [PATCH] bwsap -> bswap git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35580 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 19a82edef03..ee2dcd9440a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4444,7 +4444,7 @@ that includes the type for the result and the operand.
Overview:

-The 'llvm.bwsap' family of intrinsics is used to byte swap integer +The 'llvm.bswap' 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. -- 2.11.0