Commit ec25d3bc authored by Stefan Behnel's avatar Stefan Behnel

add some more typing in FlowControl.py

parent d43facd1
......@@ -66,6 +66,8 @@ cdef class ControlFlow:
cpdef mark_argument(self, lhs, rhs, entry)
cpdef mark_deletion(self, node, entry)
cpdef mark_reference(self, node, entry)
@cython.locals(block=ControlBlock, parent=ControlBlock, unreachable=set)
cpdef normalize(self)
@cython.locals(bit=object, assmts=AssignmentList,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment