We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba2898 commit 45ee132Copy full SHA for 45ee132
clang/lib/CodeGen/CodeGenModule.cpp
@@ -2694,7 +2694,7 @@ void CodeGenModule::EmitGlobal(GlobalDecl GD) {
2694
}
2695
2696
// clang::ParseAST ensures that we emit the SYCL devices at the end, so
2697
- // anything that is a device (or indirectly called will be handled later.
+ // anything that is a device (or indirectly called) will be handled later.
2698
if (LangOpts.SYCLIsDevice && Global->hasAttr<SYCLDeviceAttr>()) {
2699
addDeferredDeclToEmit(GD);
2700
return;
0 commit comments