r331057 - [docs] more dashes
Sanjay Patel via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 27 09:24:40 PDT 2018
Author: spatel
Date: Fri Apr 27 09:24:39 2018
New Revision: 331057
URL: http://llvm.org/viewvc/llvm-project?rev=331057&view=rev
Log:
[docs] more dashes
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=331057&r1=331056&r2=331057&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Fri Apr 27 09:24:39 2018
@@ -84,7 +84,7 @@ New Compiler Flags
------------------
- :option:`-ffp-cast-overflow-workaround` and
- :option:`-fnofp-cast-overflow-workaround`
+ :option:`-fno-fp-cast-overflow-workaround`
enable (disable) a workaround for code that casts floating-point values to
integers and back to floating-point. If the floating-point value is not
representable in the intermediate integer type, the code is incorrect
More information about the cfe-commits
mailing list