- Remove a use of std::vector.
authorBill Wendling <isanbard@gmail.com>
Fri, 27 Jun 2008 00:56:36 +0000 (00:56 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 27 Jun 2008 00:56:36 +0000 (00:56 +0000)
commite6b6bae536a382ca76c738275b82c73b026cd6bf
tree8495183ce0657d213ddca02ef8a6f443ef529dbb
parent305635abeae1d20519b60856c89479e8b7b5d4dd
- Remove a use of std::vector.
- Make sure that we're not recalculating the size of a vector
  that never changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52803 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineDebugInfoDesc.h
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/MachineModuleInfo.cpp