Do not use template for check{Int,UInt,IntUInt,Alignment}.
authorRui Ueyama <ruiu@google.com>
Thu, 29 Mar 2018 22:40:52 +0000 (22:40 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 29 Mar 2018 22:40:52 +0000 (22:40 +0000)
commitf001ead490ce0fdf91987351240af5db75d6f8df
treee255ddffce980a792f75119bca01ebc0fb91e34c
parent78833403318d278a356d2393fe15b0daa541df67
Do not use template for check{Int,UInt,IntUInt,Alignment}.

Template is just unnecessary.

Differential Revision: https://reviews.llvm.org/D45063

llvm-svn: 328843
lld/ELF/Arch/AArch64.cpp
lld/ELF/Arch/ARM.cpp
lld/ELF/Arch/Mips.cpp
lld/ELF/Arch/PPC64.cpp
lld/ELF/Arch/SPARCV9.cpp
lld/ELF/Arch/X86.cpp
lld/ELF/Arch/X86_64.cpp
lld/ELF/Target.h