From: Adam Nemet Date: Tue, 4 Apr 2017 22:45:20 +0000 (+0000) Subject: Fix sphinx warning from r299470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b479cba64cca532022d71401555417f795f4b4;p=clang Fix sphinx warning from r299470 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299481 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index fc8780a906..6427067452 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -2342,6 +2342,6 @@ statements in C) } -The pragma can also be used with 'off' which turns FP contraction off for a +The pragma can also be used with ``off`` which turns FP contraction off for a section of the code. This can be useful when fast contraction is otherwise enabled for the translation unit with the ``-ffp-contract=fast` flag.