Commit 61f1b662 authored by Stefan Behnel's avatar Stefan Behnel

fix typo

--HG--
extra : rebase_source : 31e506acbc041cb597ff14455a7d06b34aca0a70
parent 55d4323a
......@@ -1187,7 +1187,7 @@ class EarlyReplaceBuiltinCalls(Visitor.EnvTransform):
Introducing C function calls here may not be a good idea. Move
them to the OptimizeBuiltinCalls transform instead, which runs
after type analyis.
after type analysis.
"""
# only intercept on call nodes
visit_Node = Visitor.VisitorTransform.recurse_to_children
......
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