aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorMikael Holmen <mikael.holmen@ericsson.com>2019-10-31 09:40:29 +0100
committerMikael Holmen <mikael.holmen@ericsson.com>2019-10-31 09:41:05 +0100
commitc9504954052a7630a6e760006297b5fc73a03e4a (patch)
tree4ac8b9a481b6a77f9dc48ce4d069f820fe60ad56 /llvm/lib/CodeGen/MachineFunction.cpp
parent71aa3f7b7e43bf7d2a8a38324b1f9f7b12bbbdfc (diff)
downloadllvm-c9504954052a7630a6e760006297b5fc73a03e4a.zip
llvm-c9504954052a7630a6e760006297b5fc73a03e4a.tar.gz
llvm-c9504954052a7630a6e760006297b5fc73a03e4a.tar.bz2
[MustExecute] Silence clang warning about unused captured 'this'
New code introduced in fe799c97fa caused clang to complain with ../lib/Analysis/MustExecute.cpp:360:34: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] GetterTy<LoopInfo> LIGetter = [this](const Function &F) { ^~~~ ../lib/Analysis/MustExecute.cpp:365:44: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] GetterTy<PostDominatorTree> PDTGetter = [this](const Function &F) { ^~~~ 2 errors generated.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions