diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2019-09-11 12:22:24 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2019-09-11 12:22:24 +0000 |
| commit | b3b2064c5180d0b9cec95e6933c04b54e74dbebc (patch) | |
| tree | 5a647f9484090c3c6990294b0746cfc22a0db19b /llvm/docs | |
| parent | f78474ba8aeb72fe30aced2077b0ef31bc0b8326 (diff) | |
| download | bcm5719-llvm-b3b2064c5180d0b9cec95e6933c04b54e74dbebc.tar.gz bcm5719-llvm-b3b2064c5180d0b9cec95e6933c04b54e74dbebc.zip | |
[LangRef] fix punctuation; NFC
llvm-svn: 371612
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index e0610974f30..73421e2aeb1 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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.*``'. |

