Skip to content

Commit e38f241

Browse files
committed
Fix format
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 70b6cfa commit e38f241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/SPIRITTAnnotations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ PreservedAnalyses SPIRITTAnnotationsPass::run(Module &M,
243243
if (F.isDeclaration())
244244
continue;
245245

246-
// Work item start/finish annotations are only for SPIR kernels
246+
// Work item start/finish annotations are only for SPIR kernels
247247
bool IsSPIRKernel = isSPIRKernel(F);
248248

249249
// At the beggining of a kernel insert work item start annotation

0 commit comments

Comments
 (0)