Skip to content

Commit 2ac65a8

Browse files
baderMrSidims
andauthored
Update clang/lib/CodeGen/BackendUtil.cpp
Co-authored-by: Dmitry Sidorov <[email protected]>
1 parent 909a780 commit 2ac65a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/BackendUtil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ void EmitAssemblyHelper::RunOptimizationPipeline(
14841484
// only with spir triple.
14851485
if (CodeGenOpts.SPIRITTAnnotations) {
14861486
assert(llvm::Triple(TheModule->getTargetTriple()).isSPIR() &&
1487-
"ITT annotations can only by added to a module with spir target");
1487+
"ITT annotations can only be added to a module with spir target");
14881488
MPM.addPass(SPIRITTAnnotationsPass());
14891489
}
14901490

0 commit comments

Comments
 (0)