Skip to content

Commit 9579fb8

Browse files
authored
Merge pull request #67 from wangzpgi/release_60
Delete the incorrect flag defn
2 parents a1e7b7a + e4c5c54 commit 9579fb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/clang/Driver/Options.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,6 @@ defm Mstride0: BooleanMFlag<"stride0">, Group<pgi_fortran_Group>;
28652865
defm Mrecursive: BooleanMFlag<"recursive">, Group<pgi_fortran_Group>;
28662866
defm Mreentrant: BooleanMFlag<"reentrant">, Group<pgi_fortran_Group>;
28672867
defm Mbounds: BooleanMFlag<"bounds">, Group<pgi_fortran_Group>;
2868-
def Mwritable-constants:Flag<["-"], "Mwritable-constants">,
2869-
Group<pgi_fortran_Group>,
2870-
HelpText<"Store constants in the writable data segment">;
28712868
def Mdaz_on: Flag<["-"], "Mdaz">, Group<pgi_fortran_Group>,
28722869
HelpText<"Treat denormalized numbers as zero">;
28732870
def Mdaz_off: Flag<["-"], "Mnodaz">, Group<pgi_fortran_Group>,

0 commit comments

Comments
 (0)