Convert several std::vectors over to SmallVector, and use reserve() as appropriate...
authorOwen Anderson <resistor@mac.com>
Fri, 15 Aug 2008 18:49:41 +0000 (18:49 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 15 Aug 2008 18:49:41 +0000 (18:49 +0000)
commitcd1dcbd4fb67c711f013833821ba9b68fea72dd1
tree5e30aec39c3c4e3305919c6766b2ade07443d20e
parent0c5a560b034b377e3966833de30167e9030b5cc8
Convert several std::vectors over to SmallVector, and use reserve() as appropriate for cases where std::vector is still used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLinearScan.cpp