Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp | ||
---|---|---|
388 | Why delete this? It seems unrelated to the patch. |
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp | ||
---|---|---|
388 | This patch makes the function unused: AMDGPUDisassembler.cpp:388:21: warning: unused function 'decodeOperand_VGPR_32' [-Wunused-function] static DecodeStatus decodeOperand_VGPR_32(MCInst &Inst, ^ 1 warning generated. |
Why delete this? It seems unrelated to the patch.