This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Clean up always false variables
ClosedPublic

Authored by aeubanks on Oct 7 2020, 7:56 PM.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 7 2020, 7:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2020, 7:56 PM
aeubanks requested review of this revision.Oct 7 2020, 7:56 PM
rnk added a reviewer: arsenm.Oct 13 2020, 12:19 PM
rnk added a subscriber: arsenm.

Let's add @arsenm. FWIW, this looks good to me: it's dead in tree, no need to keep it.

Was there anything that ever set these?

Was there anything that ever set these?

Looks like this was added in the very first patch that introduced RegionPass (23c8341c3dfbb9b453cc3857eabc2405207887cf). Nothing ever set it to true there. Looking through the history of RegionPass.h and .cpp, nothing jumps out to me.

arsenm accepted this revision.Oct 21 2020, 9:58 AM
This revision is now accepted and ready to land.Oct 21 2020, 9:58 AM
This revision was landed with ongoing or failed builds.Oct 21 2020, 10:55 AM
This revision was automatically updated to reflect the committed changes.