[clang] 467ba4c - More corrections to documented spelling of ffinite-math to ffinite-math-only
Melanie Blower via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 26 13:18:11 PDT 2020
Author: Melanie Blower
Date: 2020-06-26T13:17:55-07:00
New Revision: 467ba4c92f5bfafd88e154c1657d6ac11dfb34df
URL: https://github.com/llvm/llvm-project/commit/467ba4c92f5bfafd88e154c1657d6ac11dfb34df
DIFF: https://github.com/llvm/llvm-project/commit/467ba4c92f5bfafd88e154c1657d6ac11dfb34df.diff
LOG: More corrections to documented spelling of ffinite-math to ffinite-math-only
Added:
Modified:
clang/docs/UsersManual.rst
Removed:
################################################################################
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 855cf1e8d8b0..4b4e28a8b65c 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -1353,7 +1353,7 @@ are listed below.
.. _opt_ffinite-math-only:
-**-f[no-]finite-math**
+**-f[no-]finite-math-only**
Allow floating-point optimizations that assume arguments and results are
not NaNs or +-Inf. This defines the ``__FINITE_MATH_ONLY__`` preprocessor macro.
@@ -1362,7 +1362,7 @@ are listed below.
* ``-fno-honor-infinities``
* ``-fno-honor-nans``
- Defaults to ``-fno-finite-math``.
+ Defaults to ``-fno-finite-math-only``.
.. _opt_frounding-math:
More information about the cfe-commits
mailing list