Use std::copy instead of custom loops to take advantage of STL optimizations.
authorChris Lattner <sabre@nondot.org>
Thu, 27 Jul 2006 03:38:08 +0000 (03:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Jul 2006 03:38:08 +0000 (03:38 +0000)
commit825405c0c1b92c69cea283f97ee829ea3f23e3a4
tree0c4a6736b561b9fb4f805885f8c5f57148fdde88
parentea348585c80f5b1f51776dd850ecbdce034f2f19
Use std::copy instead of custom loops to take advantage of STL optimizations.
Add a new append method for appending a range.

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