This is an archive of the discontinued LLVM Phabricator instance.

Cleaning up unreachable code in CodeLayout
ClosedPublic

Authored by spupyrev on Aug 25 2023, 9:28 AM.

Details

Summary
  • removing an unreachable instruction from the code (earlier code merge bug);
  • silencing "unused variable" warnings.

Diff Detail

Event Timeline

spupyrev created this revision.Aug 25 2023, 9:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2023, 9:28 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
spupyrev updated this revision to Diff 553564.Aug 25 2023, 11:54 AM

get rid of unused variables

spupyrev edited the summary of this revision. (Show Details)Aug 25 2023, 2:23 PM
spupyrev published this revision for review.Aug 26 2023, 9:30 AM
spupyrev added reviewers: rahmanl, hoy.
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2023, 9:30 AM
rahmanl accepted this revision.Aug 28 2023, 8:33 AM
This revision is now accepted and ready to land.Aug 28 2023, 8:33 AM
This revision was automatically updated to reflect the committed changes.