Make isInt?? and isUint?? template specializations of the generic versions. This
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 29 Mar 2010 21:13:41 +0000 (21:13 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 29 Mar 2010 21:13:41 +0000 (21:13 +0000)
commit34247a0f356edf45ae3ad9ce04e1f90a77c6dba7
treec39dfe906f22a3585017ec3fa9b9a34528dc5fff
parent31441b7e95e0840e1ae144e5db6f791d6a36bc60
Make isInt?? and isUint?? template specializations of the generic versions. This
makes calls a little bit more consistent and allows easy removal of the
specializations in the future. Convert all callers to the templated functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99838 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MathExtras.h
lib/Target/Blackfin/BlackfinInstrInfo.td
lib/Target/Blackfin/BlackfinRegisterInfo.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/MSIL/MSILWriter.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp