mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-22 20:45:28 +00:00
Remove Instruction::MapAddRev
This commit is contained in:
parent
da3d41ce27
commit
2262971b12
1 changed files with 1 additions and 1 deletions
|
@ -2136,7 +2136,7 @@ impl Compiler {
|
||||||
compiler.compile_expression(key)?;
|
compiler.compile_expression(key)?;
|
||||||
compiler.compile_expression(value)?;
|
compiler.compile_expression(value)?;
|
||||||
|
|
||||||
compiler.emit(Instruction::MapAddRev {
|
compiler.emit(Instruction::MapAdd {
|
||||||
i: generators.len() as u32,
|
i: generators.len() as u32,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue