Revert "Replace some uses of std:map<std::string,...> with StringMap."
authorJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 20:24:49 +0000 (20:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 20:24:49 +0000 (20:24 +0000)
commitb4b26f87fe2309abaa6fceaa71a9d6e812654c9f
tree94d9d545273b278792ad889d3f9689f8e224f4d3
parent3cbcffc4e5990209ce80a54e615f55245fe3b824
Revert "Replace some uses of std:map<std::string,...> with StringMap."

StringMap iterators are not deterministic, and that's more important
here than speed or memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155039 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp