@@ -1158,20 +1158,20 @@ defm cx_fortran_rules: BoolOptionWithoutMarshalling<"f", "cx-fortran-rules",
11581158 "for complex arithmetic operations">>;
11591159
11601160 defm offload_fp32_prec_div: BoolOption<"f", "offload-fp32-prec-div",
1161- LangOpts<"OffloadFp32PrecDiv">, DefaultTrue,
1162- PosFlag<SetTrue, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1163- "code are required to return correctly rounded results.">,
1164- NegFlag<SetFalse, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1165- "code are not required to return correctly rounded results.">>,
1166- Group<f_Group>;
1161+ LangOpts<"OffloadFp32PrecDiv">, DefaultTrue,
1162+ PosFlag<SetTrue, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1163+ "code are required to return correctly rounded results.">,
1164+ NegFlag<SetFalse, [], [ClangOption, CC1Option], "fdiv operations in offload device "
1165+ "code are not required to return correctly rounded results.">>,
1166+ Group<f_Group>;
11671167
11681168 defm offload_fp32_prec_sqrt: BoolOption<"f", "offload-fp32-prec-sqrt",
1169- LangOpts<"OffloadFp32PrecSqrt">, DefaultTrue,
1170- PosFlag<SetTrue, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1171- "code are required to return correctly rounded results.">,
1172- NegFlag<SetFalse, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1173- "code are not required to return correctly rounded results.">>,
1174- Group<f_Group>;
1169+ LangOpts<"OffloadFp32PrecSqrt">, DefaultTrue,
1170+ PosFlag<SetTrue, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1171+ "code are required to return correctly rounded results.">,
1172+ NegFlag<SetFalse, [], [ClangOption, CC1Option], "sqrt operations in offload device "
1173+ "code are not required to return correctly rounded results.">>,
1174+ Group<f_Group>;
11751175
11761176// OpenCL-only Options
11771177def cl_opt_disable : Flag<["-"], "cl-opt-disable">, Group<opencl_Group>,
0 commit comments