From: Sanjay Patel Date: Fri, 27 Apr 2018 16:24:39 +0000 (+0000) Subject: [docs] more dashes X-Git-Tag: llvmorg-7.0.0-rc1~7213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1ecbf261f10ef63fdf306053e1b8979d73d6408;p=platform%2Fupstream%2Fllvm.git [docs] more dashes llvm-svn: 331057 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 366dcfe..6efc98f 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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