ADT: Remove GetStringMapEntryFromValue()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 5 Dec 2014 01:41:36 +0000 (01:41 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 5 Dec 2014 01:41:36 +0000 (01:41 +0000)
commit024360e4bc118cb9fea1749698c25d33263125e5
tree6587bdef7be55d2c541235fadcfbd53b5c47b993
parentc1a664fea2434de49d7d626a7eef38105161f712
ADT: Remove GetStringMapEntryFromValue()

It relies on undefined behaviour, since `StringMapEntry<>` is not
a standard layout type.  There are no users anyway.

llvm-svn: 223439
llvm/include/llvm/ADT/StringMap.h