svf-lib 1.0.1833 → 1.0.1834

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.
@@ -99,7 +99,7 @@ private:
99
99
 
100
100
  public:
101
101
  /// Select the largest (conservative) type from all types
102
- const Type *selectLargestType(Set<const Type *> &objTys);
102
+ const Type *selectLargestSizedType(Set<const Type *> &objTys);
103
103
 
104
104
  u32_t objTyToNumFields(const Type *objTy);
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1833",
3
+ "version": "1.0.1834",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {