Remove Instruction::MapAddRev

This commit is contained in:
Jeong Yunwon 2022-05-20 08:12:21 +09:00
parent da3d41ce27
commit 2262971b12

View file

@ -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,
}); });