summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-04-27 16:24:39 +0000
committerSanjay Patel <spatel@rotateright.com>2018-04-27 16:24:39 +0000
commit857ed884dc33f6d4f8c2b4d67e764131184a7904 (patch)
treef4ba24d2abbdba73ec2f66b048414e0f5a7950b0 /docs/ReleaseNotes.rst
parent83e8400c5b73d52a7a58c939805e4eb8727eb0ba (diff)
downloadclang-857ed884dc33f6d4f8c2b4d67e764131184a7904.tar.gz
[docs] more dashes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 366dcfef71..6efc98f3c8 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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