mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
SROA.cpp: Appease msvc.
...I don't know why this could appease msvc...baad. llvm-svn: 164130
This commit is contained in:
parent
ac2900c5f9
commit
e97459a720
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user