[LangRef][FMF] Clarify ambiguity.
authorKevin P. Neal <kevin.neal@sas.com>
Tue, 18 Oct 2022 14:53:02 +0000 (10:53 -0400)
committerKevin P. Neal <kevin.neal@sas.com>
Tue, 18 Oct 2022 14:57:12 +0000 (10:57 -0400)
This should eliminate some ambiguous grammer that tripped me up when
reviewing D136097.

llvm/docs/LangRef.rst

index f66d913..4714218 100644 (file)
@@ -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``