forked from OSchip/llvm-project
[Docs] Add missing space to an option doc
llvm-svn: 295256
This commit is contained in:
parent
9136617a3f
commit
a2111793bb
|
@ -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]>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue