Skip to content

Commit c30ff80

Browse files
authored
[NFC][Clang] Remove spurious forward slashes. (#19412)
Having them in the comments seems unnecessary.
1 parent de4f28a commit c30ff80

File tree

1 file changed

+1
-1
lines changed
  • clang/lib/Driver/ToolChains

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/SYCL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ StringRef resolveGenDevice(StringRef DeviceName);
222222
SmallString<64> getGenDeviceMacro(StringRef DeviceName);
223223
StringRef getGenGRFFlag(StringRef GRFMode);
224224

225-
// // Prefix for GPU specific targets used for -fsycl-targets
225+
// Prefix for GPU specific targets used for -fsycl-targets
226226
constexpr char IntelGPU[] = "intel_gpu_";
227227
constexpr char NvidiaGPU[] = "nvidia_gpu_";
228228
constexpr char AmdGPU[] = "amd_gpu_";

0 commit comments

Comments
 (0)