This is an archive of the discontinued LLVM Phabricator instance.

[Transforms][Utils] remove useless variable in CloneBasicBlock
Needs ReviewPublic

Authored by dongAxis1944 on Dec 29 2020, 11:04 PM.

Details

Reviewers
loladiro
Summary

variable named Cache does not use anymore in CloneBasicBlock, so we use the patch to remove it

Diff Detail

Event Timeline

dongAxis1944 created this revision.Dec 29 2020, 11:04 PM
dongAxis1944 requested review of this revision.Dec 29 2020, 11:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 29 2020, 11:04 PM
dongAxis1944 retitled this revision from [Transforms][Utils] remove useless variable to [Transforms][Utils] remove useless variable in CloneBasicBlock.Dec 29 2020, 11:05 PM