diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-18 15:29:02 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-18 15:29:02 +0000 |
| commit | eb2c8f0fc69d09f0318cdcef7398f867402eaecd (patch) | |
| tree | 347bbd404377ff9269d18de59e2bdde9b6c7f7af | |
| parent | 78e009d799a95316a356b28eff2929f246060575 (diff) | |
| download | bcm5719-llvm-eb2c8f0fc69d09f0318cdcef7398f867402eaecd.tar.gz bcm5719-llvm-eb2c8f0fc69d09f0318cdcef7398f867402eaecd.zip | |
SROA.cpp: Appease msvc.
...I don't know why this could appease msvc...baad.
llvm-svn: 164130
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SROA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SROA.cpp b/llvm/lib/Transforms/Scalar/SROA.cpp index c33fbee6f44..09bcc3380f1 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 <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, |

