1. Fix a bug in fromString for the <= 64bits case
authorReid Spencer <rspencer@reidspencer.com>
Sat, 24 Feb 2007 20:19:37 +0000 (20:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 24 Feb 2007 20:19:37 +0000 (20:19 +0000)
commit5bce8547f3ebad55611bfc74f1be0437287fa319
tree92723b1761a3d7267b802b132ad61825eca11271
parent610fad85d2dcc1b65227f67ae3c86db1d921a4d0
1. Fix a bug in fromString for the <= 64bits case
2. Fix shl when shiftAmount == BitWidth.

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