[ELF] Remove redundant isa<InputSection>(sec). NFC
authorFangrui Song <i@maskray.me>
Fri, 29 Jul 2022 07:30:52 +0000 (00:30 -0700)
committerFangrui Song <i@maskray.me>
Fri, 29 Jul 2022 07:30:52 +0000 (00:30 -0700)
commit8d4b11b4f11bada84517a2a1bc07775d9d179c40
tree6126e4391f6afa28cebc604ac9fa36f66db18a05
parent410e0aa759ac4ccc6b939e01bf26dba772cc2571
[ELF] Remove redundant isa<InputSection>(sec). NFC

combineEhSections has been called to remove EhInputSection.
lld/ELF/Writer.cpp