This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Remove excessive helper. NFC.
ClosedPublic

Authored by grimar on Oct 17 2017, 8:45 AM.

Details

Summary

We have static addRegular() helper that looks excessive.
It used only twice and code looks IMO cleaner and few lines shorter without it.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Oct 17 2017, 8:45 AM
ruiu accepted this revision.Oct 17 2017, 9:37 AM

LGTM

This revision is now accepted and ready to land.Oct 17 2017, 9:37 AM
This revision was automatically updated to reflect the committed changes.