aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ast.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.cpp b/ast.cpp
index c7a9309..0e2d8c5 100644
--- a/ast.cpp
+++ b/ast.cpp
@@ -163,7 +163,6 @@ ThunkAST::ThunkAST(LLVMState& llvmState, std::string n): BaseAST(n)
body = llvm::BasicBlock::Create(llvmState.ctx, "body", func);
env = func->getArg(0);
- llvmState.builder.SetInsertPoint(entry);
llvmState.builder.SetInsertPoint(body);
}