Revert "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>"
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Nov 2014 22:01:06 +0000 (22:01 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Nov 2014 22:01:06 +0000 (22:01 +0000)
commit833ccf86e585ea99de27e55363da268abea786fa
tree822bf7d0c0b5459862415c1cded11357454d479a
parent47e98361654f955c21ee884e778ce2a0350171e6
Revert "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>"

Seems libstdc++ on some buildbots is lacking std::map::emplace, which is
weird... reverting while I look into it.

This reverts commit r222937.

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