Remove a use of template to make code less abstracted.
authorRui Ueyama <ruiu@google.com>
Tue, 9 Oct 2018 19:54:32 +0000 (19:54 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 9 Oct 2018 19:54:32 +0000 (19:54 +0000)
commit659cff37d6c6a6600e5ee997bddf840ca2364234
tree8ffb0af00abe19ee1815781665fedbce9baa21df
parentf6d840086999a5f23010caac81413c8f370a21d3
Remove a use of template to make code less abstracted.

Sometimes, code that is a bit longer but doesn't use template is
easier to understand than code that uses template.

llvm-svn: 344072
lld/ELF/SymbolTable.cpp