[docs] more dashes

llvm-svn: 331057
This commit is contained in:
Sanjay Patel 2018-04-27 16:24:39 +00:00
parent cee47befe4
commit c1ecbf261f
1 changed files with 1 additions and 1 deletions

View 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