From e73e00c9b29b3d9b28b728849b06ed6b0b9bea88 Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Tue, 4 Apr 2017 22:45:20 +0000 Subject: [PATCH] Fix sphinx warning from r299470 llvm-svn: 299481 --- clang/docs/LanguageExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index fc8780a..6427067 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/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. -- 2.7.4