Use SmallVector instead of std::vector.
authorJim Grosbach <grosbach@apple.com>
Tue, 1 Jun 2010 17:56:41 +0000 (17:56 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 1 Jun 2010 17:56:41 +0000 (17:56 +0000)
commit601f9d6c03d23725a3bdc9e62d738f30bf94f9be
tree025b40345919caabc1486e25443d182e89edd21f
parent426b06d808e6b448e0c00c2407e2a28f430bd25d
Use SmallVector instead of std::vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105279 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LowerInvoke.cpp