Add a new dense hash table implementation
authorChris Lattner <sabre@nondot.org>
Thu, 1 Feb 2007 07:49:59 +0000 (07:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Feb 2007 07:49:59 +0000 (07:49 +0000)
commit6e94c00ab29e654125e845f3bce692a3764c1c11
treef350477813778eac994618856b859dfb0451c4c7
parent0de4439ad1c4b105680afed521aa3b1820a61409
Add a new dense hash table implementation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33751 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h [new file with mode: 0644]