Split SmallVector into SmallVector and SmallVectorImpl, which allows us to
authorChris Lattner <sabre@nondot.org>
Fri, 11 Aug 2006 23:19:51 +0000 (23:19 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Aug 2006 23:19:51 +0000 (23:19 +0000)
commit80b65823147ba498efd9a5df72afc7ff7d9dc0d9
tree4f6c489011728029fec6e9117a8a23e2627699ca
parent0e9402fad4aa706dd40cd768c0d1047fff9ab5fa
Split SmallVector into SmallVector and SmallVectorImpl, which allows us to
eliminate code duplication due to the 'N' parameter.

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