SROA.cpp: Appease msvc.

...I don't know why this could appease msvc...baad.

llvm-svn: 164130
This commit is contained in:
NAKAMURA Takumi 2012-09-18 15:29:02 +00:00
parent ac2900c5f9
commit e97459a720

View File

@ -2487,7 +2487,7 @@ private:
/// to the correct slot within the aggregate for \p Ty.
template <void (AggLoadStoreRewriter::*emitFunc)(
IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr,
ArrayRef<unsigned> Indices, ArrayRef<Value *> GEPIndices,
ArrayRef<unsigned>, ArrayRef<Value *>,
const Twine &Name)>
void emitSplitOps(IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr,
SmallVectorImpl<unsigned> &Indices,