Skip to content

Commit

Permalink
Update svflib
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed Aug 23, 2023
1 parent ee0f16f commit 070d208
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified SVF-osx/Release-build/svf-llvm/libSvfLLVM.a
Binary file not shown.
Binary file modified SVF-osx/Release-build/svf/libSvfCore.a
Binary file not shown.
4 changes: 2 additions & 2 deletions SVF-osx/svf/include/Graphs/VFGNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ class VFGNode : public GenericVFGNodeTy
{

public:
/// 24 kinds of ICFG node
/// 25 kinds of ICFG node
/// Gep represents offset edge for field sensitivity
enum VFGNodeK
{
Addr, Copy, Gep, Store, Load, Cmp, BinaryOp, UnaryOp, Branch, TPhi, TIntraPhi, TInterPhi,
MPhi, MIntraPhi, MInterPhi, FRet, ARet, AParm, FParm,
FunRet, APIN, APOUT, FPIN, FPOUT, NPtr, DummyVProp
APIN, APOUT, FPIN, FPOUT, NPtr, DummyVProp
};

typedef VFGEdge::VFGEdgeSetTy::iterator iterator;
Expand Down

0 comments on commit 070d208

Please sign in to comment.