llvm-6502/include/llvm/ADT
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
..
BitSetVector.h
DenseMap.h Fix a bug in the densemap that was killing the local allocator, and probably 2004-02-26 05:00:15 +00:00
DepthFirstIterator.h
EquivalenceClasses.h
GraphTraits.h
hash_map.in Renamed to hash_map.in; move to using autoconf substitution tags. 2004-02-23 18:56:35 +00:00
hash_set.in Renamed to hash_set.in; move to using autoconf substitution tags. 2004-02-23 18:56:36 +00:00
HashExtras.h
ilist Add global methods that prevent us from using ilist::iterators as 2004-02-09 22:40:50 +00:00
IndexedMap.h Fix a bug in the densemap that was killing the local allocator, and probably 2004-02-26 05:00:15 +00:00
iterator.in Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. 2004-02-23 18:16:10 +00:00
PostOrderIterator.h
SCCIterator.h
SetOperations.h
Statistic.h Update the example here in the header file. 2004-02-13 04:49:04 +00:00
STLExtras.h Noone cares about similarity to boost 2004-02-24 03:47:25 +00:00
StringExtras.h
Tree.h
VectorExtras.h