Skip to content

Commit c7d017e

Browse files
Update clang/include/clang/Driver/Options.td
Co-authored-by: Kiran Chandramohan <[email protected]>
1 parent f8683e4 commit c7d017e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6946,7 +6946,7 @@ def fno_automatic : Flag<["-"], "fno-automatic">, Group<f_Group>,
69466946
HelpText<"Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE">;
69476947

69486948
def fsave_main_program : Flag<["-"], "fsave-main-program">, Group<f_Group>,
6949-
HelpText<"Place all variables from the main program in static memory (otherwise scalar may be placed on the stack)">;
6949+
HelpText<"Place all variables from the main program in static memory (otherwise scalars may be placed on the stack)">;
69506950

69516951
defm stack_arrays : BoolOptionWithoutMarshalling<"f", "stack-arrays",
69526952
PosFlag<SetTrue, [], [ClangOption], "Attempt to allocate array temporaries on the stack, no matter their size">,

0 commit comments

Comments
 (0)