pull destroy_range and uninitialized_copy up to the
authorChris Lattner <sabre@nondot.org>
Wed, 16 Dec 2009 08:09:23 +0000 (08:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Dec 2009 08:09:23 +0000 (08:09 +0000)
commit2676f183123e1472c8d9d7f6a64f1d50a74e484a
tree5014899f77c530774e631267b28e13794ea8c03f
parente6e55d79592fa0926175d6b17e3db89b298ada4e
pull destroy_range and uninitialized_copy up to the
SmallVectorTemplateBase class, which allows us to statically
dispatch on isPodLike instead of dynamically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91523 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h