Extend StringMap to support being initialized as completely empty. When
authorChris Lattner <sabre@nondot.org>
Wed, 4 Apr 2007 00:29:37 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Apr 2007 00:29:37 +0000 (00:29 +0000)
commit794a014809d810b7ee9a96be76774185561f0dcc
tree06a20070c173a93c88671f57850e5549bd9afdfb
parent755e98bf6387ebe6e26705711f6fb9b25dd33119
Extend StringMap to support being initialized as completely empty.  When
initialized this way, they do not do a malloc to allocate their buckets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35642 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringMap.h
lib/Support/StringMap.cpp