]> granicus.if.org Git - clang/commitdiff
[docs] more dashes
authorSanjay Patel <spatel@rotateright.com>
Fri, 27 Apr 2018 16:24:39 +0000 (16:24 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 27 Apr 2018 16:24:39 +0000 (16:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331057 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 366dcfef71bbbd67ae2a17e1d5132af38787e19c..6efc98f3c88fc0e9605be14a090536a17b5e475f 100644 (file)
@@ -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