diff --git a/lib/Transforms/Scalar/SROA.cpp b/lib/Transforms/Scalar/SROA.cpp index c33fbee6f44..09bcc3380f1 100644 --- a/lib/Transforms/Scalar/SROA.cpp +++ b/lib/Transforms/Scalar/SROA.cpp @@ -2487,7 +2487,7 @@ private: /// to the correct slot within the aggregate for \p Ty. template &IRB, Type *Ty, Value *&Agg, Value *Ptr, - ArrayRef Indices, ArrayRef GEPIndices, + ArrayRef, ArrayRef, const Twine &Name)> void emitSplitOps(IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr, SmallVectorImpl &Indices,