Add default constructor to APSInt
authorDaniel Dunbar <daniel@zuster.org>
Wed, 13 Aug 2008 20:53:17 +0000 (20:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 13 Aug 2008 20:53:17 +0000 (20:53 +0000)
commit7fb842420a87d984196454b3e43fc54267f79edc
tree9ff2f8840e290d462b79a41882d484539e084fad
parent8bd79a8cae68378dd1c41140cf6067b1af3c4f01
Add default constructor to APSInt
 - Creates uninitialized APInt.
 - Prevents need for embedding arbitrary constants when used as an out
   parameter, for example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54757 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APSInt.h