We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be96da commit 96de68cCopy full SHA for 96de68c
bolt/lib/Passes/MarkRAStates.cpp
@@ -133,7 +133,7 @@ Error MarkRAStates::runOnFunctions(BinaryContext &BC) {
133
134
int Total = llvm::count_if(
135
BC.getBinaryFunctions(),
136
- [&](std::pair<const unsigned long, BinaryFunction> &P) {
+ [&](auto &P) {
137
return P.second.containedNegateRAState() && !P.second.isIgnored();
138
});
139
0 commit comments