Add a simple, but efficient, generic scoped hash table
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 00:42:10 +0000 (00:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 00:42:10 +0000 (00:42 +0000)
commitd10e467ad961f7c3b548ee2f2de8a576a245e25a
treebd7a71533cc1c2a4e2bd8eeba9ad390adae4dbad
parente7bc1369c9f93f4c14c1613fb2854bf46cbaed60
Add a simple, but efficient, generic scoped hash table

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