gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)
This commit is contained in:
@@ -2164,7 +2164,7 @@ push_cold_blocks_to_end(cfg_builder *g) {
|
||||
if (!IS_LABEL(b->b_next->b_label)) {
|
||||
b->b_next->b_label.id = next_lbl++;
|
||||
}
|
||||
basicblock_addop(explicit_jump, JUMP, b->b_next->b_label.id, NO_LOCATION);
|
||||
basicblock_addop(explicit_jump, JUMP_NO_INTERRUPT, b->b_next->b_label.id, NO_LOCATION);
|
||||
explicit_jump->b_cold = 1;
|
||||
explicit_jump->b_next = b->b_next;
|
||||
b->b_next = explicit_jump;
|
||||
|
||||
Reference in New Issue
Block a user