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 dbc5b3d commit 2de1a05Copy full SHA for 2de1a05
llvm/lib/Target/AMDGPU/AMDGPUExportKernelRuntimeHandles.cpp
@@ -74,7 +74,7 @@ static bool exportKernelRuntimeHandles(Module &M) {
74
return false;
75
76
// FIXME: We shouldn't really need to export the kernel address. We can
77
- // initialize the runtime handle with the kernel descriptorG
+ // initialize the runtime handle with the kernel descriptor.
78
for (Function &F : M) {
79
if (F.getCallingConv() != CallingConv::AMDGPU_KERNEL)
80
continue;
0 commit comments