aboutsummaryrefslogtreecommitdiff
path: root/include/Support/DenseMap.h
AgeCommit message (Expand)Author
2004-02-26Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner
2004-02-26Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner
2004-02-25Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos