Skip to content

Commit 62350a4

Browse files
Update llvm/lib/SYCLLowerIR/GlobalOffset.cpp
Co-authored-by: aelovikov-intel <[email protected]>
1 parent e874c23 commit 62350a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/SYCLLowerIR/GlobalOffset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void GlobalOffsetPass::processKernelEntryPoint(Module &M, Function *Func) {
143143
FuncMetadata->getOperand(2)};
144144
KernelMetadata->addOperand(MDNode::get(Ctx, NewMetadata));
145145

146-
// Create alloca of zeros for the implicit offset in original func
146+
// Create alloca of zeros for the implicit offset in the original func.
147147
BasicBlock *EntryBlock = &Func->getEntryBlock();
148148
IRBuilder<> Builder(EntryBlock, EntryBlock->getFirstInsertionPt());
149149
Type *ImplicitOffsetType =

0 commit comments

Comments
 (0)