Do not use template where template is not needed.
authorRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 17:04:18 +0000 (17:04 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 17:04:18 +0000 (17:04 +0000)
commit248e4a344c55a555199d08705a7d0b72ca7e121a
treefea0fa6adc5cac20ad64f69567d257a9dc0e3093
parentb90328356a50f219af9d355943f7e1149bab22f2
Do not use template where template is not needed.

Compilers can inline and optimize this code in the same way as template.

llvm-svn: 289071
lld/ELF/Target.cpp