Remove SmallMap, and the several files that were used to implement it.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 17 Jun 2012 12:07:42 +0000 (12:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 17 Jun 2012 12:07:42 +0000 (12:07 +0000)
commitb4bec53f367614132290425cb4805a2d5696153a
tree002b6c24f09c82d9ff618974a44db5c484d9e8ab
parent5f6c7cfa931a9f9a154c67927f5dec7e928c23d6
Remove SmallMap, and the several files that were used to implement it.
We have SmallDenseMap now that has more correct and predictable
semantics, even though it is a more narrow abstraction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158644 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/FlatArrayMap.h [deleted file]
include/llvm/ADT/MultiImplMap.h [deleted file]
include/llvm/ADT/SmallMap.h [deleted file]