Remove templates from CostTableLookup functions. All instantiations had the same...
authorCraig Topper <craig.topper@gmail.com>
Wed, 28 Oct 2015 04:02:12 +0000 (04:02 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 28 Oct 2015 04:02:12 +0000 (04:02 +0000)
commit1d1d5f60906cc89e0e46dbd51e85f622dc806a65
tree1272c5a2b58475aaa207b6cdec7ba3b659529544
parente60bc4e8b82e5ab94eb70bb21d94c431be9f257d
Remove templates from CostTableLookup functions. All instantiations had the same type.

This also lets us remove the versions of the functions that took a statically sized array as we can rely on ArrayRef implicit conversion now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251490 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/CostTable.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.cpp