From: NAKAMURA Takumi Date: Tue, 18 Sep 2012 15:29:02 +0000 (+0000) Subject: SROA.cpp: Appease msvc. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb2c8f0fc69d09f0318cdcef7398f867402eaecd;p=platform%2Fupstream%2Fllvm.git SROA.cpp: Appease msvc. ...I don't know why this could appease msvc...baad. llvm-svn: 164130 --- diff --git a/llvm/lib/Transforms/Scalar/SROA.cpp b/llvm/lib/Transforms/Scalar/SROA.cpp index c33fbee..09bcc33 100644 --- a/llvm/lib/Transforms/Scalar/SROA.cpp +++ b/llvm/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,