* Fixed calls to APInt ctor to work for negative values on Darwin/x86
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 8 Apr 2009 16:17:23 +0000 (16:17 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 8 Apr 2009 16:17:23 +0000 (16:17 +0000)
commite3bc46ede58d9c02b8f1a630e70ee1c98a1e4229
tree188e428958f878079d6ac69277e630ea5325e6c2
parentb7e7886c79cd273f68eb47b534135322fa76c68d
* Fixed calls to APInt ctor to work for negative values on Darwin/x86
* Converted C-style casts to C++-style casts

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