Skip to content

Commit eb27453

Browse files
committed
[SYCL] Update command line help text
1 parent 57dcd40 commit eb27453

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
@@ -4733,7 +4733,7 @@ def fno_sycl_device_lib_EQ : CommaJoined<["-"], "fno-sycl-device-lib=">, Group<s
47334733
"device libraries from device binary linkage. Valid arguments "
47344734
"are libc, libm-fp32, libm-fp64, all">;
47354735
def fsycl_fp32_prec_sqrt : Flag<["-"], "fsycl-fp32-prec-sqrt">, Group<sycl_Group>, Flags<[CC1Option]>,
4736-
HelpText<"SYCL only. Specify that single precision floating-point sqrt used in the program source are correctly rounded.">,
4736+
HelpText<"SYCL only. Specify that single precision floating-point sqrt is correctly rounded.">,
47374737
MarshallingInfoFlag<CodeGenOpts<"SYCLFp32PrecSqrt">>;
47384738

47394739
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)