From: Stepan Dyatkovskiy Date: Sat, 2 Jun 2012 08:03:34 +0000 (+0000) Subject: Additional change for 157881. Forget to fix another IntegerSubset constructor. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4524dd7518288f3d49bcaf31cff27cb82462c79c;p=oota-llvm.git Additional change for 157881. Forget to fix another IntegerSubset constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/IntegersSubset.h b/include/llvm/Support/IntegersSubset.h index ea3a8aee4f2..b6ffe1b5014 100644 --- a/include/llvm/Support/IntegersSubset.h +++ b/include/llvm/Support/IntegersSubset.h @@ -432,9 +432,7 @@ public: // implicit template - IntegersSubset(const RangesCollectionTy& Src) : - IntegersSubsetGeneric(Src) { - + IntegersSubset(const RangesCollectionTy& Src) : ParentTy(Src) { std::vector Elts; Elts.reserve(Src.size()); for (typename RangesCollectionTy::const_iterator i = Src.begin(),