We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e95637 commit bc09b17Copy full SHA for bc09b17
1 file changed
include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Solver/IDESolver.h
@@ -1098,7 +1098,7 @@ class IDESolver
1098
// return site using the composed function
1099
auto RevLookupResult = JumpFn->reverseLookup(c, d4);
1100
if (RevLookupResult) {
1101
- for (auto ValAndFunc : RevLooupResult->get()) {
+ for (auto ValAndFunc : RevLookupResult->get()) {
1102
EdgeFunctionPtrType f3 = ValAndFunc.second;
1103
if (!f3->equal_to(AllTop)) {
1104
d_t d3 = ValAndFunc.first;
0 commit comments