Move TargetLoweringBase::getTypeConversion to the .cpp file from
authorEric Christopher <echristo@gmail.com>
Wed, 25 Feb 2015 22:41:30 +0000 (22:41 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 25 Feb 2015 22:41:30 +0000 (22:41 +0000)
commitb97b892db1165a4c98db98b9067066feb3fb2f11
tree3843653ceba5b2a3b7e5625417ccc42ac18ff198
parent6fec24744f805f1c353a580e81cb8a4d2be70013
Move TargetLoweringBase::getTypeConversion to the .cpp file from
the .h file. It's used in only one place (other than recursively)
and there's no need to include it everywhere.

Saves almost 900k from total llvm object file size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230561 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/TargetLoweringBase.cpp