]> granicus.if.org Git - llvm/commitdiff
Fix doc of `llvm.bitreverse.iN`
authorYichao Yu <yyc1992@gmail.com>
Wed, 23 Nov 2016 16:25:31 +0000 (16:25 +0000)
committerYichao Yu <yyc1992@gmail.com>
Wed, 23 Nov 2016 16:25:31 +0000 (16:25 +0000)
Summary:
The return type is `iN` rather than always `i16`

Seems to be a typo in https://reviews.llvm.org/rL252878 .

Reviewers: jmolloy

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D27047

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287769 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index c5f927d92efdf5a85877e7620e09583a3054028e..33cf6adc4ee57205f3b9cd80f5eb3787f902a202 100644 (file)
@@ -10813,7 +10813,7 @@ bitpattern of an integer value; for example ``0b10110110`` becomes
 Semantics:
 """"""""""
 
-The ``llvm.bitreverse.iN`` intrinsic returns an i16 value that has bit
+The ``llvm.bitreverse.iN`` intrinsic returns an iN value that has bit
 ``M`` in the input moved to bit ``N-M`` in the output.
 
 '``llvm.bswap.*``' Intrinsics