IndexedMap: Default to SmallVector<T, 0>
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 28 Feb 2015 20:15:07 +0000 (20:15 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 28 Feb 2015 20:15:07 +0000 (20:15 +0000)
commit4b7dd64d829b5745590c0cb1bafe92ea66eec661
tree0cc214c8fc8157a190051facb34f141a5fb87986
parent49a11329761bda951b933869dd8830269b183a9c
IndexedMap: Default to SmallVector<T, 0>

This looks ridiculous but SmallVector's realloc tricks really help with
large vectors of PODs, such as our virtreg IndexedMap.

llvm-svn: 230866
llvm/include/llvm/ADT/IndexedMap.h