|
@@ -432,7 +432,7 @@ class DeclareLocal(Value):
|
|
|
|
|
|
|
|
def get_dependencies(self):
|
|
def get_dependencies(self):
|
|
|
"""Gets all definitions and instructions on which this instruction depends."""
|
|
"""Gets all definitions and instructions on which this instruction depends."""
|
|
|
- return []
|
|
|
|
|
|
|
+ return [self.root_node]
|
|
|
|
|
|
|
|
def has_value(self):
|
|
def has_value(self):
|
|
|
"""Tells if this value produces a result that is not None."""
|
|
"""Tells if this value produces a result that is not None."""
|