Skip to content

Commit 8d07517

Browse files
committed
Fix merge
1 parent 8c75093 commit 8d07517

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Python/optimizer.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -475,15 +475,6 @@ translate_bytecode_to_trace(
475475
int offset = expansion->uops[i].offset;
476476
switch (expansion->uops[i].size) {
477477
case 0:
478-
if (extras && OPCODE_HAS_JUMP(opcode)) {
479-
if (opcode == JUMP_BACKWARD_NO_INTERRUPT) {
480-
operand -= extras;
481-
}
482-
else {
483-
assert(opcode != JUMP_BACKWARD);
484-
operand += extras;
485-
}
486-
}
487478
break;
488479
case 1:
489480
operand = read_u16(&instr[offset].cache);

0 commit comments

Comments
 (0)