Fix a bug in getAllOnesValue() which broke
authorZhou Sheng <zhousheng00@gmail.com>
Wed, 21 Mar 2007 04:34:37 +0000 (04:34 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Wed, 21 Mar 2007 04:34:37 +0000 (04:34 +0000)
commit6dbe233959eed02971f3075e0c48234238ff6fa3
tree8106fcda9291aa301ee11e9dcf75ee1866b41225
parent768143547ba66c8cbeef09d4234ae908bbf5b9f8
Fix a bug in getAllOnesValue() which broke
some test cases for bitwidth > 64.

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