Skip to content

Commit

Permalink
Remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Mar 20, 2024
1 parent d3a8102 commit d4648c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def visit_FunCall(self, node: itir.FunCall, **kwargs):
eligible_params=eligible_params,
)
# TODO(tehrengruber): propagate let outwards
# todo: inherit recorded shifts
result = im.let(*bound_scalars.items())(new_node) # type: ignore[arg-type] # mypy not smart enough
copy_recorded_shifts(from_=new_node, to=result, required=False)
return result
Expand Down

0 comments on commit d4648c9

Please sign in to comment.