Eliminates friend function declaration inside APInt, instead, adds public
authorZhou Sheng <zhousheng00@gmail.com>
Fri, 9 Feb 2007 07:48:24 +0000 (07:48 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Fri, 9 Feb 2007 07:48:24 +0000 (07:48 +0000)
commitff4304f8243f55e2e5c63bc95517cd38ff9295e1
tree3daf9c5c6cfb1ad6382cee5b5c17bdf8067f67e4
parent511e1d1456243b77b49c73d0003baddddcc77a6e
Eliminates friend function declaration inside APInt, instead, adds public
methods as those global function's internal implementation.

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