From: Reid Spencer Date: Mon, 2 Apr 2007 02:25:19 +0000 (+0000) Subject: bwsap -> bswap X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=338ea097f21c2a1bbbd0e72d5f419c67391c5bb1;p=oota-llvm.git bwsap -> bswap git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35580 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.