forked from OSchip/llvm-project
[AMDGPU] Fix pass name of AMDGPULowerKernelAttributes. NFC.
This was obviously copy-pasted.
This commit is contained in:
parent
8d69635ed9
commit
aff66b7eef
|
@ -249,9 +249,9 @@ bool AMDGPULowerKernelAttributes::runOnModule(Module &M) {
|
|||
}
|
||||
|
||||
INITIALIZE_PASS_BEGIN(AMDGPULowerKernelAttributes, DEBUG_TYPE,
|
||||
"AMDGPU IR optimizations", false, false)
|
||||
INITIALIZE_PASS_END(AMDGPULowerKernelAttributes, DEBUG_TYPE, "AMDGPU IR optimizations",
|
||||
false, false)
|
||||
"AMDGPU Kernel Attributes", false, false)
|
||||
INITIALIZE_PASS_END(AMDGPULowerKernelAttributes, DEBUG_TYPE,
|
||||
"AMDGPU Kernel Attributes", false, false)
|
||||
|
||||
char AMDGPULowerKernelAttributes::ID = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue