diff options
author | Adam Nemet <anemet@apple.com> | 2017-04-04 23:46:34 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2017-04-04 23:46:34 +0000 |
commit | d7f951104182808f04b936e74f1ec128b1c599eb (patch) | |
tree | 5d83dab55b7425463b744dd839ef156d7a099f4d /clang/docs/LanguageExtensions.rst | |
parent | 7b0d947404cf4e5faba84de0a2e29da5127a3a83 (diff) | |
download | bcm5719-llvm-d7f951104182808f04b936e74f1ec128b1c599eb.tar.gz bcm5719-llvm-d7f951104182808f04b936e74f1ec128b1c599eb.zip |
Another attempt to fix the sphinx warning from r299470
llvm-svn: 299488
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-rw-r--r-- | clang/docs/LanguageExtensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 6427067452e..29e971c1bb7 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -2344,4 +2344,4 @@ statements in C) 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. +enabled for the translation unit with the ``-ffp-contract=fast`` flag. |