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

Don't implicitly expand substitution rules in temporary_to_subst

parent dea22223
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ def temporary_to_subst(kernel, temp_name, within=None):
new_substs = kernel.substitutions.copy()
for def_id, subst_name in six.iteritems(tts.definition_insn_id_to_subst_name):
def_insn = id_to_insn[def_id]
def_insn = kernel.id_to_insn[def_id]
(_, indices), = def_insn.assignees_and_indices()
......
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