diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2020-11-11 10:45:28 +0000 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2020-11-11 10:54:20 +0000 |
commit | 9ff701100a868b7b680aac5c54e9db21a55531fd (patch) | |
tree | c0d61f663e13f538ded77f65ef81c139128e661e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c3b1395384e5ebe27c3ddea10f940c19386927d3 (diff) | |
download | llvm-9ff701100a868b7b680aac5c54e9db21a55531fd.zip llvm-9ff701100a868b7b680aac5c54e9db21a55531fd.tar.gz llvm-9ff701100a868b7b680aac5c54e9db21a55531fd.tar.bz2 |
[LoopVectorizer] Silence warning in GetRegUsage.
This patch silences the warning:
error: lambda capture 'DL' is not used [-Werror,-Wunused-lambda-capture]
auto GetRegUsage = [&DL, &TTI=TTI](Type *Ty, ElementCount VF) {
~^~~
1 error generated.
Introduced in:
https://reviews.llvm.org/rGb873aba3943c067a5efd5303cbdf5aeb0732cf88
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions