Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap and a...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 31 Dec 2014 23:33:21 +0000 (23:33 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 31 Dec 2014 23:33:21 +0000 (23:33 +0000)
commit4ba553c0f3528f8953f6118154583d71535d071d
tree787d45fd74e93c9d2c3829e0851806378379a9cf
parent735f1df04946326b978a97c8ba7676a43498c606
Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap and a Vector of SmallVector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225054 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/MapVector.h
unittests/ADT/MapVectorTest.cpp