[llvm] r371612 - [LangRef] fix punctuation; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 05:22:24 PDT 2019


Author: spatel
Date: Wed Sep 11 05:22:24 2019
New Revision: 371612

URL: http://llvm.org/viewvc/llvm-project?rev=371612&view=rev
Log:
[LangRef] fix punctuation; NFC

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=371612&r1=371611&r2=371612&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Sep 11 05:22:24 2019
@@ -13952,7 +13952,7 @@ The expression:
 is equivalent to the expression a \* b + c, except that rounding will
 not be performed between the multiplication and addition steps if the
 code generator fuses the operations. Fusion is not guaranteed, even if
-the target platform supports it. If a fused multiply-add is required the
+the target platform supports it. If a fused multiply-add is required, the
 corresponding llvm.fma.\* intrinsic function should be used
 instead. This never sets errno, just as '``llvm.fma.*``'.
 




More information about the llvm-commits mailing list