diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 4c850ec86e996c..7e3a3b5f80f083 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -23310,8 +23310,8 @@ The first argument to the '``llvm.is.fpclass``' intrinsic must be :ref:`floating-point ` or :ref:`vector ` of floating-point values. -The second argument specifies, which tests to perform. It is an integer value, -each bit in which specifies floating-point class: +The second argument specifies, which tests to perform. It must be a compile-time +integer constant, each bit in which specifies floating-point class: +-------+----------------------+ | Bit # | floating-point class |