[PATCH] D27047: Fix doc of `llvm.bitreverse.iN`

Yichao Yu via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 08:35:41 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287769: Fix doc of `llvm.bitreverse.iN` (authored by yuyichao).

Changed prior to commit:
  https://reviews.llvm.org/D27047?vs=79075&id=79096#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27047

Files:
  llvm/trunk/docs/LangRef.rst


Index: llvm/trunk/docs/LangRef.rst
===================================================================
--- llvm/trunk/docs/LangRef.rst
+++ llvm/trunk/docs/LangRef.rst
@@ -10813,7 +10813,7 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27047.79096.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/bf79e02a/attachment.bin>


More information about the llvm-commits mailing list