Skip to content

Commit

Permalink
Merge pull request #1175 from canliture/master
Browse files Browse the repository at this point in the history
remove duplicate/useless enum field 'FunRet'
  • Loading branch information
yuleisui authored Aug 23, 2023
2 parents 42ff51b + 22fc7d7 commit 7c39cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 7c39cf4

Please sign in to comment.