Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunThompson committed Dec 29, 2024
1 parent 00a5017 commit c51471d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ast_to_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def compile_asts(ast_objects: "list[AstNode]", fileIdGen, config):
## commands in parallel (Is that correct?)
# acc_ir.background_union(IR([compiled_ast]))
compiled_asts.append(acc_ir)
acc_it = None
acc_ir = None
compiled_asts.append(compiled_ast)

## If the current compiled ast not in background (and so
Expand Down

0 comments on commit c51471d

Please sign in to comment.