svf-lib 1.0.1759 → 1.0.1760

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.
@@ -225,9 +225,9 @@ const Value* stripAllCasts(const Value* val);
225
225
  /// Get the type of the heap allocation
226
226
  const Type* getTypeOfHeapAlloc(const Instruction* inst);
227
227
 
228
- /// Return the bitcast instruction which is val's only use site, otherwise
228
+ /// Return the bitcast instruction right next to val, otherwise
229
229
  /// return nullptr
230
- const Value* getUniqueUseViaCastInst(const Value* val);
230
+ const Value* getFirstUseViaCastInst(const Value* val);
231
231
 
232
232
  /// Return corresponding constant expression, otherwise return nullptr
233
233
  //@{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1759",
3
+ "version": "1.0.1760",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {