Use SmallVector instead of std::vector.
authorDevang Patel <dpatel@apple.com>
Fri, 20 Jul 2007 18:04:54 +0000 (18:04 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 20 Jul 2007 18:04:54 +0000 (18:04 +0000)
commitedbef3806777af3dfaba340801e609492e47f732
tree2cdb456add49f6607bde1d3afc4f2f33d5306c74
parentef3d01635a73766cee22d4a9bb60d7b410aabdb0
Use SmallVector instead of std::vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40109 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassManagers.h
lib/VMCore/PassManager.cpp