gh-119676: remove several pseudo instructions which are use only in codegen (#119677)

This commit is contained in:
Irit Katriel 2024-05-28 20:05:38 +01:00 committed by GitHub
parent 6b240c2308
commit ae9140f32a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 71 deletions

View file

@ -328,15 +328,11 @@ opmap = {
'JUMP': 256,
'JUMP_NO_INTERRUPT': 257,
'LOAD_CLOSURE': 258,
'LOAD_METHOD': 259,
'LOAD_SUPER_METHOD': 260,
'LOAD_ZERO_SUPER_ATTR': 261,
'LOAD_ZERO_SUPER_METHOD': 262,
'POP_BLOCK': 263,
'SETUP_CLEANUP': 264,
'SETUP_FINALLY': 265,
'SETUP_WITH': 266,
'STORE_FAST_MAYBE_NULL': 267,
'POP_BLOCK': 259,
'SETUP_CLEANUP': 260,
'SETUP_FINALLY': 261,
'SETUP_WITH': 262,
'STORE_FAST_MAYBE_NULL': 263,
}
HAVE_ARGUMENT = 43