[all-commits] [llvm/llvm-project] 03612b: [AMDGPU] Fix an unused variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jul 21 16:15:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03612b2c1aa2e340d1d12c6dbde94c35bc66a43a
https://github.com/llvm/llvm-project/commit/03612b2c1aa2e340d1d12c6dbde94c35bc66a43a
Author: Kazu Hirata <kazu at google.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
Log Message:
-----------
[AMDGPU] Fix an unused variable warning
This patch fixes:
llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp:1006:9: error:
unused variable 'Ty' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list