Skip to content

Commit

Permalink
Update svf-ex.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bjjwwang authored Mar 13, 2024
1 parent 087d4a0 commit 17e10b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svf-llvm/tools/Example/svf-ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ int main(int argc, char ** argv)

/// ICFG
ICFG* icfg = pag->getICFG();
icfg->dump("icfg");

/// Value-Flow Graph (VFG)
VFG* vfg = new VFG(callgraph);
Expand Down

0 comments on commit 17e10b3

Please sign in to comment.