Move part of APInt implementation from header to cpp file. These methods
authorJakub Staszak <kubastaszak@gmail.com>
Wed, 20 Feb 2013 00:17:42 +0000 (00:17 +0000)
committerJakub Staszak <kubastaszak@gmail.com>
Wed, 20 Feb 2013 00:17:42 +0000 (00:17 +0000)
commit9bc2c994827f2ff881d0563f0c14134b794b4928
treea34fff38ace5332a092f7cd09a0bddbdedce0ac1
parent9e7924d206ded7cc46e1a6e71ad2574bec4d5057
Move part of APInt implementation from header to cpp file. These methods
require call cpp file anyway, so we wouldn't gain anything by keeping them
inline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175579 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp