Skip to content

Commit

Permalink
explicit_jump does not need a label
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Sep 22, 2023
1 parent 9cb6a3d commit 6a5e675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/flowgraph.c
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,6 @@ push_cold_blocks_to_end(cfg_builder *g) {
basicblock_addop(explicit_jump, JUMP, b->b_next->b_label.id, NO_LOCATION);
explicit_jump->b_cold = 1;
explicit_jump->b_next = b->b_next;
explicit_jump->b_label.id = next_lbl++;
b->b_next = explicit_jump;

/* set target */
Expand Down

0 comments on commit 6a5e675

Please sign in to comment.