svf-lib 1.0.1333 → 1.0.1334

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.
@@ -130,7 +130,7 @@ public:
130
130
  return reachableBBs;
131
131
  }
132
132
 
133
- inline const void setReachableBBs(BBList& bbs)
133
+ inline void setReachableBBs(BBList& bbs)
134
134
  {
135
135
  reachableBBs = bbs;
136
136
  }
@@ -1064,7 +1064,7 @@ public:
1064
1064
  {
1065
1065
  return CB->isVarArg();
1066
1066
  }
1067
- const bool isVirtualCall() const
1067
+ bool isVirtualCall() const
1068
1068
  {
1069
1069
  return SVFUtil::isa<SVFVirtualCallInst>(CB);
1070
1070
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1333",
3
+ "version": "1.0.1334",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {