Skip to content

Commit

Permalink
[AMDGPU] Fix pass name of AMDGPULowerKernelAttributes. NFC.
Browse files Browse the repository at this point in the history
This was obviously copy-pasted.
  • Loading branch information
rampitec committed Jul 6, 2021
1 parent 8d69635 commit aff66b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit aff66b7

Please sign in to comment.