Adding a StringPool data structure, which GC will use.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sat, 8 Dec 2007 17:07:47 +0000 (17:07 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sat, 8 Dec 2007 17:07:47 +0000 (17:07 +0000)
commit985cb6223424c6c97c4b9a47ae74c2eedb5cd7c2
tree5fa1339ba5b56d15e5ee893fde576c57df5119ec
parent75e290f67aa7af3c0be993df4845c0defaf6ffa3
Adding a StringPool data structure, which GC will use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44705 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/StringPool.h [new file with mode: 0644]
lib/Support/StringPool.cpp [new file with mode: 0644]