Skip to content
Snippets Groups Projects
Commit 1e04e149 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix missed use of expand_subst'ed kernel in assignment_to_subst

parent 7ce132e7
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,7 @@ def assignment_to_subst(kernel, lhs_name, extra_arguments=(), within=None,
usage_to_definition = {}
for insn in kernel.instructions:
for insn in dep_kernel.instructions:
if lhs_name not in insn.read_dependency_names():
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment