This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Simplify the constructor of DWARFDebugAranges::Range. NFC.
ClosedPublic

Authored by ikudrin on Jan 15 2020, 3:25 AM.

Details

Summary

This removes the default values of the arguments. The only caller, DWARFDebugAranges::construct(), provides all three parameters.

Diff Detail

Event Timeline

ikudrin created this revision.Jan 15 2020, 3:25 AM
aprantl accepted this revision.Jan 15 2020, 9:47 AM

Thanks!

llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
38

We should also get rid of the magic value here.

This revision is now accepted and ready to land.Jan 15 2020, 9:47 AM
This revision was automatically updated to reflect the committed changes.