[Docs] Add missing space to an option doc

llvm-svn: 295256
This commit is contained in:
Alex Lorenz 2017-02-15 23:24:15 +00:00
parent 9136617a3f
commit a2111793bb
1 changed files with 2 additions and 2 deletions

View File

@ -1448,8 +1448,8 @@ def fno_unique_section_names : Flag <["-"], "fno-unique-section-names">,
def fstrict_return : Flag<["-"], "fstrict-return">, Group<f_Group>,
Flags<[CC1Option]>,
HelpText<"Always treat control flow paths that fall off the end of a non-void"
"function as unreachable">;
HelpText<"Always treat control flow paths that fall off the end of a "
"non-void function as unreachable">;
def fno_strict_return : Flag<["-"], "fno-strict-return">, Group<f_Group>,
Flags<[CC1Option]>;