OSDN Git Service

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)
commit981440ebbeef2674ea1c931b4c11534003284e01
treea5043c6287b94e8cb909e8b2be4d3858676abb7d
parent1d8091f152da50e9d01de1ce1c794c14ff02a5a7
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