Skip to content

Commit

Permalink
sync with SVF
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt committed Aug 29, 2024
1 parent eee959a commit 701d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assignment-2/Assignment-2.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using namespace SVF;
class ICFGTraversal
{
public:
typedef std::vector<const SVFInstruction*> CallStack;
typedef std::vector<const ICFGNode*> CallStack;

public:

Expand Down

0 comments on commit 701d502

Please sign in to comment.