Rename CStringMap -> StringMap, since it now supports nul characters in the
authorChris Lattner <sabre@nondot.org>
Thu, 8 Feb 2007 19:20:57 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Feb 2007 19:20:57 +0000 (19:20 +0000)
commitbb28a81ba3c112853f0eb3d8df0190accc0379c9
tree1b824a8d18adf685527bbf23a76244cc51d738d6
parent796f9faffde9544e530d71f3ac14e63c1de9e406
Rename CStringMap -> StringMap, since it now supports nul characters in the
strings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34064 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/CStringMap.h [deleted file]
include/llvm/ADT/StringMap.h
lib/Support/CStringMap.cpp [deleted file]
lib/Support/StringMap.cpp