[llvm] 1b06307 - [LangRef][FMF] Clarify ambiguity.

Kevin P. Neal via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 07:57:29 PDT 2022


Author: Kevin P. Neal
Date: 2022-10-18T10:57:12-04:00
New Revision: 1b06307aa43c3d366843866985abcd95aedb78a2

URL: https://github.com/llvm/llvm-project/commit/1b06307aa43c3d366843866985abcd95aedb78a2
DIFF: https://github.com/llvm/llvm-project/commit/1b06307aa43c3d366843866985abcd95aedb78a2.diff

LOG: [LangRef][FMF] Clarify ambiguity.

This should eliminate some ambiguous grammer that tripped me up when
reviewing D136097.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index f66d913e44bf..4714218890ed 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3302,7 +3302,7 @@ floating-point transformations.
 
 ``nsz``
    No Signed Zeros - Allow optimizations to treat the sign of a zero
-   argument or result as insignificant. This does not imply that -0.0
+   argument or zero result as insignificant. This does not imply that -0.0
    is poison and/or guaranteed to not exist in the operation.
 
 ``arcp``


        


More information about the llvm-commits mailing list