svf-lib 1.0.1582 → 1.0.1583

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.
@@ -88,7 +88,7 @@ public:
88
88
  return fun;
89
89
  }
90
90
 
91
- /// Return the function of this ICFGNode
91
+ /// Return the basic block of this ICFGNode
92
92
  virtual const SVFBasicBlock* getBB() const
93
93
  {
94
94
  return bb;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1582",
3
+ "version": "1.0.1583",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {