mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +00:00
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
This commit is contained in:
@@ -2487,7 +2487,7 @@ private:
|
|||||||
/// to the correct slot within the aggregate for \p Ty.
|
/// to the correct slot within the aggregate for \p Ty.
|
||||||
template <void (AggLoadStoreRewriter::*emitFunc)(
|
template <void (AggLoadStoreRewriter::*emitFunc)(
|
||||||
IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr,
|
IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr,
|
||||||
ArrayRef<unsigned> Indices, ArrayRef<Value *> GEPIndices,
|
ArrayRef<unsigned>, ArrayRef<Value *>,
|
||||||
const Twine &Name)>
|
const Twine &Name)>
|
||||||
void emitSplitOps(IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr,
|
void emitSplitOps(IRBuilder<> &IRB, Type *Ty, Value *&Agg, Value *Ptr,
|
||||||
SmallVectorImpl<unsigned> &Indices,
|
SmallVectorImpl<unsigned> &Indices,
|
||||||
|
Reference in New Issue
Block a user