svf-lib 1.0.1789 → 1.0.1791

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.
@@ -126,10 +126,6 @@ static inline Type* getPtrElementType(const PointerType* pty)
126
126
  #endif
127
127
  }
128
128
 
129
- /// Infer type based on llvm value, this is for the migration to opaque pointer
130
- /// please refer to: https://llvm.org/docs/OpaquePointers.html#migration-instructions
131
- Type *getPointeeType(const Value *value);
132
-
133
129
  /// Get the reference type of heap/static object from an allocation site.
134
130
  //@{
135
131
  const Type *inferTypeOfHeapObjOrStaticObj(const Instruction* inst);
@@ -126,10 +126,6 @@ static inline Type* getPtrElementType(const PointerType* pty)
126
126
  #endif
127
127
  }
128
128
 
129
- /// Infer type based on llvm value, this is for the migration to opaque pointer
130
- /// please refer to: https://llvm.org/docs/OpaquePointers.html#migration-instructions
131
- Type *getPointeeType(const Value *value);
132
-
133
129
  /// Get the reference type of heap/static object from an allocation site.
134
130
  //@{
135
131
  const Type *inferTypeOfHeapObjOrStaticObj(const Instruction* inst);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1789",
3
+ "version": "1.0.1791",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {