Fix doc of llvm.bitreverse.iN

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
This commit is contained in:
Yichao Yu 2016-11-23 16:25:31 +00:00
parent aae639e0bd
commit 3806d81f86

View 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