From d7dae709f93ef24516ae2db2f1f0d0ee333764f5 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 20 Jan 2022 13:17:41 -0500 Subject: Rework IL inheritance for Call instructions --- python/variable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/variable.py') diff --git a/python/variable.py b/python/variable.py index a13dbc59..3862d95b 100644 --- a/python/variable.py +++ b/python/variable.py @@ -752,7 +752,7 @@ class Variable(CoreVariable): core.BNFreeILInstructionList(versions) @property - def dead_store_elimination(self): + def dead_store_elimination(self) -> DeadStoreElimination: return DeadStoreElimination(core.BNGetFunctionVariableDeadStoreElimination(self._function.handle, self.to_BNVariable())) @dead_store_elimination.setter -- cgit v1.3.1