[llvm] 807e745 - LangRef: add missing punctuation (#68471)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 7 01:33:47 PDT 2023
Author: Ralf Jung
Date: 2023-10-07T10:33:42+02:00
New Revision: 807e7451b427060c493386a9da3ff465b18c7a7f
URL: https://github.com/llvm/llvm-project/commit/807e7451b427060c493386a9da3ff465b18c7a7f
DIFF: https://github.com/llvm/llvm-project/commit/807e7451b427060c493386a9da3ff465b18c7a7f.diff
LOG: LangRef: add missing punctuation (#68471)
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 9dd635e1850c00b..1883e9f6290b151 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3411,7 +3411,7 @@ A floating-point NaN value consists of a sign bit, a quiet/signaling bit, and a
payload (which makes up the rest of the mantissa except for the quiet/signaling
bit). LLVM assumes that the quiet/signaling bit being set to ``1`` indicates a
quiet NaN (QNaN), and a value of ``0`` indicates a signaling NaN (SNaN). In the
-following we will hence just call it the "quiet bit"
+following we will hence just call it the "quiet bit".
The representation bits of a floating-point value do not mutate arbitrarily; in
particular, if there is no floating-point operation being performed, NaN signs,
More information about the llvm-commits
mailing list