Index: polly/trunk/include/polly/ScopInfo.h =================================================================== --- polly/trunk/include/polly/ScopInfo.h +++ polly/trunk/include/polly/ScopInfo.h @@ -270,7 +270,7 @@ const ScopArrayInfo *getBasePtrOriginSAI() const { return BasePtrOriginSAI; } /// The set of derived indirect SAIs for this origin SAI. - const SmallPtrSetImpl &getDerivedSAIs() const { + const SmallSetVector &getDerivedSAIs() const { return DerivedSAIs; } @@ -369,7 +369,7 @@ const ScopArrayInfo *BasePtrOriginSAI; /// For origin SAIs the set of derived indirect SAIs. - SmallPtrSet DerivedSAIs; + SmallSetVector DerivedSAIs; /// The base pointer. AssertingVH BasePtr;