File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ char AMDGPULowerExecSyncLegacy::ID = 0;
219219char &llvm::AMDGPULowerExecSyncLegacyPassID = AMDGPULowerExecSyncLegacy::ID;
220220
221221INITIALIZE_PASS_BEGIN (AMDGPULowerExecSyncLegacy, DEBUG_TYPE,
222- " AMDGPU lowering of special LDS variables " , false , false )
222+ " AMDGPU lowering of execution synchronization globals " , false , false )
223223INITIALIZE_PASS_DEPENDENCY(TargetPassConfig)
224224INITIALIZE_PASS_END(AMDGPULowerExecSyncLegacy, DEBUG_TYPE,
225- " AMDGPU lowering of special LDS variables " , false , false )
225+ " AMDGPU lowering of execution synchronization globals " , false , false )
226226
227227bool AMDGPULowerExecSyncLegacy::runOnModule(Module &M) {
228228 return runLowerExecSyncGlobals (M);
You can’t perform that action at this time.
0 commit comments