Skip to content

Commit 274fe3d

Browse files
committed
Clarify comment
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 2ab36be commit 274fe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ jit_compiler::performPostLink(std::unique_ptr<llvm::Module> Module,
509509
// be processed.
510510

511511
// TODO: This allocation assumes that there are no further splits required,
512-
// i.e. due to mixed SYCL/ESIMD modules.
512+
// i.e. there are no mixed SYCL/ESIMD modules.
513513
RTCBundleInfo BundleInfo{Splitter->remainingSplits()};
514514
SmallVector<std::unique_ptr<llvm::Module>> Modules;
515515

0 commit comments

Comments
 (0)