"llvm/utils/benchmark/CONTRIBUTORS" did not exist on "fbc9ff244c0da5a8e4e566b70a8fec3a50d88532"
Factor DenseMap into a base class that implements the hashtable logic,
and a derived class that provides the allocation and growth strategy. This is the first (and biggest) step toward building a SmallDenseMap that actually behaves exactly the same as DenseMap, and supports all the same types and interface points with the same semantics. llvm-svn: 158585
Loading
Please sign in to comment