From 5abf14ba5194059184e3a312369d43fd8006d31e Mon Sep 17 00:00:00 2001 From: Yichao Yu Date: Wed, 23 Nov 2016 16:25:31 +0000 Subject: 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 llvm-svn: 287769 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs') diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index c5f927d92ef..33cf6adc4ee 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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 -- cgit v1.2.3