Skip to content

Commit

Permalink
fixup! fixup codegen with USE_TAPIr=1
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Sep 26, 2023
1 parent 084e4c1 commit f047b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8505,7 +8505,7 @@ static jl_llvm_functions_t
workstack.push_back(lname - 1);
come_from_bb[cursor+1] = ctx.builder.GetInsertBlock();
ctx.builder.CreateDetach(BB[cursor+2], BB[lname], syncregion.V);
find_next_stmt(lname - 1);
find_next_stmt(cursor + 1);
continue;
}
if (jl_is_reattachnode(stmt)) {
Expand Down

0 comments on commit f047b5f

Please sign in to comment.