svf-lib 1.0.1767 → 1.0.1769

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.
@@ -470,7 +470,6 @@ void viewCFGOnly(const Function* fun);
470
470
  const ConstantStruct *getVtblStruct(const GlobalValue *vtbl);
471
471
 
472
472
  bool isValVtbl(const Value* val);
473
- bool isLoadVtblInst(const LoadInst* loadInst);
474
473
  bool isVirtualCallSite(const CallBase* cs);
475
474
  bool isConstructor(const Function* F);
476
475
  bool isDestructor(const Function* F);
@@ -470,7 +470,6 @@ void viewCFGOnly(const Function* fun);
470
470
  const ConstantStruct *getVtblStruct(const GlobalValue *vtbl);
471
471
 
472
472
  bool isValVtbl(const Value* val);
473
- bool isLoadVtblInst(const LoadInst* loadInst);
474
473
  bool isVirtualCallSite(const CallBase* cs);
475
474
  bool isConstructor(const Function* F);
476
475
  bool isDestructor(const Function* F);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1767",
3
+ "version": "1.0.1769",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {