Minor refacotring of Relocations.cpp. NFC.
authorRui Ueyama <ruiu@google.com>
Wed, 3 Oct 2018 22:20:26 +0000 (22:20 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 3 Oct 2018 22:20:26 +0000 (22:20 +0000)
commit3ed33eade06d583f2a93fe253975bc07a39fbd9e
treeb3b85cb9b1625d830234e9a0e10656e93618759b
parent1b493739e040867eb399be4a2e0b776a8403e471
Minor refacotring of Relocations.cpp. NFC.

This patch splits ThunkCreator::mergeThunks into two smaller functions.
Also adds blank lines to various places so that the code doesn't look
too dense.

llvm-svn: 343732
lld/ELF/Relocations.cpp