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)
commit6605c604b9ceef7007cd099b483a252b4b1d5d36
tree0e74839cd753c419541f9bbf37e57060be56326e
parent7ba2edc0bfc5fcb41175ddc84f97253ff71ce850
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.

llvm-svn: 175579
llvm/include/llvm/ADT/APInt.h
llvm/lib/Support/APInt.cpp