Reapply "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>""
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Nov 2014 22:15:06 +0000 (22:15 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Nov 2014 22:15:06 +0000 (22:15 +0000)
commit5f95140d02f90a2b5110ed8a4050918a6059064b
tree8f0273c23ae1d983afa2ebdb7211a02a7217c7e8
parent833ccf86e585ea99de27e55363da268abea786fa
Reapply "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>""

Just avoid using std::map::emplace since it's not implemented in
libstdc++ 4.7.

Reapplies r222937, reverted in r222939.

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