Skip to content

Commit

Permalink
Update svf-ex.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt authored Mar 3, 2025
1 parent 968cea9 commit d787e2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/svf-ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ void traverseOnICFG(ICFG* icfg, const Instruction* inst)
}
}

void dummyVisit(const VFGNode* node)
{

}
/*!
* An example to query/collect all the uses of a definition of a value along value-flow graph (VFG)
*/
Expand Down

0 comments on commit d787e2a

Please sign in to comment.