Skip to content

Commit 4bdc0c6

Browse files
committed
Update comment: DAE processes SYCL kernel wrapper functions
1 parent f26d657 commit 4bdc0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ class DeadArgumentEliminationPass
124124
/// (used only by bugpoint).
125125
bool ShouldHackArguments = false;
126126

127-
/// This allows to eliminate dead arguments in SYCL kernel functions with
128-
/// external linkage
127+
/// This allows to eliminate dead arguments in SYCL kernel wrapper functions
128+
/// with external linkage
129129
bool CheckSYCLKernels = false;
130130

131131
private:

0 commit comments

Comments
 (0)