Fix PR4040: APInt's string constructor is too strict
authorChris Lattner <sabre@nondot.org>
Sat, 25 Apr 2009 18:34:04 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 25 Apr 2009 18:34:04 +0000 (18:34 +0000)
commit38300e91f5ff2d427d98f81fb25df8cc2800d985
treea5043c6287b94e8cb909e8b2be4d3858676abb7d
parentbc58322d6a15fc06207a9e0c01786aa140fe9a29
Fix PR4040: APInt's string constructor is too strict
patch by Jeff Yasskin!

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