From: NAKAMURA Takumi Date: Tue, 18 Sep 2012 15:29:02 +0000 (+0000) Subject: SROA.cpp: Appease msvc. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ad83d08ed04c541a2fbc8262a45077e565bb20e3;p=oota-llvm.git SROA.cpp: Appease msvc. ...I don't know why this could appease msvc...baad. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164130 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,