mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-23 19:36:42 +00:00
Merge pull request #853 from ttvd/master
Fixing a typo in llvm backend.
This commit is contained in:
@@ -6965,9 +6965,6 @@ void lb_build_defer_stmt(lbProcedure *p, lbDefer d) {
|
||||
lb_emit_jump(p, b);
|
||||
}
|
||||
|
||||
if (last_instr == nullptr || !LLVMIsATerminatorInst(last_instr)) {
|
||||
lb_emit_jump(p, b);
|
||||
}
|
||||
lb_start_block(p, b);
|
||||
if (d.kind == lbDefer_Node) {
|
||||
lb_build_stmt(p, d.stmt);
|
||||
|
||||
Reference in New Issue
Block a user