1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/include
Chris Lattner 2b315a3577 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? :)

llvm-svn: 11867
2004-02-26 05:00:15 +00:00
..
Config Regenerated with autoheader-2.57. 2004-02-23 21:30:39 +00:00
llvm Temporarily comment out asserts as they break things. I will uncomment 2004-02-25 23:56:36 +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