For APInt::z/sext(width), if width == BitWidth, just return *this.
authorZhou Sheng <zhousheng00@gmail.com>
Mon, 12 Mar 2007 17:47:45 +0000 (17:47 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Mon, 12 Mar 2007 17:47:45 +0000 (17:47 +0000)
commit7d820f57e27fc00fafe58cd257ac62e38d68fee5
tree12611ebc35715181b600b98ec9a12ff6b88136b5
parent8cb6834ccfe46279df5f70a9796ba72d8f037bbb
For APInt::z/sext(width), if width == BitWidth, just return *this.

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