svf-lib 1.0.1632 → 1.0.1633

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,13 +47,13 @@ class VFGNode : public GenericVFGNodeTy
47
47
  {
48
48
 
49
49
  public:
50
- /// 24 kinds of ICFG node
50
+ /// 25 kinds of ICFG node
51
51
  /// Gep represents offset edge for field sensitivity
52
52
  enum VFGNodeK
53
53
  {
54
54
  Addr, Copy, Gep, Store, Load, Cmp, BinaryOp, UnaryOp, Branch, TPhi, TIntraPhi, TInterPhi,
55
55
  MPhi, MIntraPhi, MInterPhi, FRet, ARet, AParm, FParm,
56
- FunRet, APIN, APOUT, FPIN, FPOUT, NPtr, DummyVProp
56
+ APIN, APOUT, FPIN, FPOUT, NPtr, DummyVProp
57
57
  };
58
58
 
59
59
  typedef VFGEdge::VFGEdgeSetTy::iterator iterator;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1632",
3
+ "version": "1.0.1633",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {