Removing the unused variable AllSGPRSpilledToVGPRs in
SIFrameLowering::processFunctionBeforeFrameFinalized
to avoid
error: variable 'AllSGPRSpilledToVGPRs' set but not used [-Werror=unused-but-set-variable]
Paths
| Differential D63721
[AMDGPU] Remove unused variable AllSGPRSpilledToVGPRs. NFC ClosedPublic Authored by bjope on Jun 24 2019, 8:39 AM.
Details Summary Removing the unused variable AllSGPRSpilledToVGPRs in error: variable 'AllSGPRSpilledToVGPRs' set but not used [-Werror=unused-but-set-variable]
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 24 2019, 8:43 AM Closed by commit rL364190: [AMDGPU] Remove unused variable AllSGPRSpilledToVGPRs. NFC (authored by bjope). · Explain WhyJun 24 2019, 8:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 206226 llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
|