add call spec counter

This commit is contained in:
Folkert 2021-05-09 12:28:09 +02:00
parent 8799973ffe
commit 4f376bf4f8
5 changed files with 44 additions and 22 deletions

View file

@ -1408,7 +1408,7 @@ fn compile_test_help<'a>(
let test = Expr::Call(crate::ir::Call {
call_type: crate::ir::CallType::LowLevel {
op,
update_mode: env.next_update_mode_id(op),
update_mode: env.next_update_mode_id(),
},
arguments: arena.alloc([lhs, rhs]),
});