Skip to content

Commit

Permalink
Move blank line around
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jul 11, 2023
1 parent 9a78886 commit 06ecef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/cases_generator/generate_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,8 @@ def add(name: str) -> None:
add("SAVE_IP")
add("_POP_JUMP_IF_FALSE")
add("_POP_JUMP_IF_TRUE")

add("JUMP_TO_TOP")

for instr in self.instrs.values():
if instr.kind == "op" and instr.is_viable_uop():
add(instr.name)
Expand Down

0 comments on commit 06ecef0

Please sign in to comment.