]> granicus.if.org Git - clang/commit
Use a SmallVector instead of std::vector. This improves compilation time in
authorBill Wendling <isanbard@gmail.com>
Tue, 7 Feb 2012 00:04:27 +0000 (00:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 7 Feb 2012 00:04:27 +0000 (00:04 +0000)
commit35f18a5e8b5a434894a4886ed98f3dbaa3b895c0
tree409ad5f215852bc7700c1e7b05bcad485491077d
parentfd3e5ef640df089a1e717097cdb599eb9dd32ec4
Use a SmallVector instead of std::vector. This improves compilation time in
445.gobmk by ~1.7%.

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