Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AMDGPU] Remove unused lambda capture in AMDGPUMCResourceInfo.cpp (NFC)
/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMCResourceInfo.cpp:26:16: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] auto GOCS = [this, FuncName, &OutContext](StringRef Suffix) { ^~~~~ /llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMCResourceInfo.cpp:64:27: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] auto assignMaxRegSym = [this, &OutContext](MCSymbol *Sym, int32_t RegCount) { ^~~~~ 2 errors generated.
- Loading branch information