This is an archive of the discontinued LLVM Phabricator instance.

[clang][CodeGen] Rely on implicitly invalid Address. NFC.
AbandonedPublic

Authored by wingo on Aug 20 2021, 5:24 AM.

Details

Reviewers
jdoerfert
Summary

Remove explicit uses of Address::invalid in initializers; the default
constructor makes an invalid address.

Depends on D108458.

Diff Detail

Event Timeline

wingo created this revision.Aug 20 2021, 5:24 AM
wingo requested review of this revision.Aug 20 2021, 5:24 AM
Herald added a project: Restricted Project. · View Herald Transcript
wingo abandoned this revision.Aug 23 2021, 7:29 AM

Closing PR as it turns out that I don't need the Address() change for my work; no need to churn here.