Change name to llpython and remove llnumba references.
This commit is contained in:
parent
affc4c016f
commit
ac791e5c38
5 changed files with 16 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ class ControlFlowBuilder (BenignBytecodeVisitorMixin, BytecodeFlowVisitor):
|
|||
'''
|
||||
def visit (self, flow, nargs = 0, *args, **kws):
|
||||
'''Given a bytecode flow, and an optional number of arguments,
|
||||
return a :py:class:`numba.llnumba.control_flow.ControlFlowGraph`
|
||||
return a :py:class:`llpython.control_flow.ControlFlowGraph`
|
||||
instance describing the full control flow of the bytecode
|
||||
flow.'''
|
||||
self.nargs = nargs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue