| commit | 75dbd7ca3e20bf432a6b94e92df6c4537fa9f78f | [log] [tgz] |
|---|---|---|
| author | Eric Christopher <echristo@gmail.com> | Wed Feb 25 22:41:30 2015 +0000 |
| committer | Eric Christopher <echristo@gmail.com> | Wed Feb 25 22:41:30 2015 +0000 |
| tree | 2d6385702b752f2dc7289ab21eeb732ebcc809b3 | |
| parent | d52c990a9063c266733677e9de3598883a592da0 [diff] |
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. llvm-svn: 230561