llvm-6502/include
Chris Lattner 7c78afefe9 Fix a bug in the densemap that was killing the local allocator, and probably
other clients.  The problem is that the nullVal member was left to the default
constructor to initialize, which for int's does nothing (ie, leaves it unspecified).

To get a zero value, we must use T().  It's C++ wonderful? :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11867 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-26 05:00:15 +00:00
..
Config Regenerated with autoheader-2.57. 2004-02-23 21:30:39 +00:00
llvm Fix a bug in the densemap that was killing the local allocator, and probably 2004-02-26 05:00:15 +00:00
Support Fix a bug in the densemap that was killing the local allocator, and probably 2004-02-26 05:00:15 +00:00