Skip to content

Commit

Permalink
nah its automagic now
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 24, 2025
1 parent 031a4c5 commit d519d3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/builders/llvm_builder.jou
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ class Builder:
return BuilderBlock{llvm_block = llvm_block}

# Decide which block will contain the resulting instructions.
# This must be called after creating a new builder!!!
def set_current_block(self, block: BuilderBlock) -> None:
LLVMPositionBuilderAtEnd(self->llvm_builder, block.llvm_block)

Expand Down

0 comments on commit d519d3e

Please sign in to comment.