This is an archive of the discontinued LLVM Phabricator instance.

Support: Drop the no-op initializer for SignpostEmitterImpl::Signposts, NFC
ClosedPublic

Authored by dexonsmith on Apr 8 2021, 4:15 PM.

Details

Summary

This is a DenseMap, which has its own initializer; we don't need to explicitly
call the default constructor here.

Diff Detail

Event Timeline

dexonsmith created this revision.Apr 8 2021, 4:15 PM
dexonsmith requested review of this revision.Apr 8 2021, 4:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2021, 4:15 PM
dsanders accepted this revision.Apr 8 2021, 4:33 PM

LGTM

This revision is now accepted and ready to land.Apr 8 2021, 4:33 PM
This revision was landed with ongoing or failed builds.Apr 8 2021, 4:34 PM
This revision was automatically updated to reflect the committed changes.