This is an archive of the discontinued LLVM Phabricator instance.

[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
SIFrameLowering::processFunctionBeforeFrameFinalized
to avoid

error: variable 'AllSGPRSpilledToVGPRs' set but not used
[-Werror=unused-but-set-variable]

Diff Detail

Repository
rL LLVM

Event Timeline

bjope created this revision.Jun 24 2019, 8:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2019, 8:39 AM
This revision is now accepted and ready to land.Jun 24 2019, 8:43 AM
This revision was automatically updated to reflect the committed changes.