remove box and unbox expressions

This commit is contained in:
Folkert 2023-07-05 18:01:00 +02:00
parent a9813aeae7
commit d64930c17f
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
12 changed files with 9 additions and 196 deletions

View file

@ -1978,7 +1978,7 @@ impl<'a> LowLevelCall<'a> {
value,
);
}
PtrLoad => backend.expr_unbox(self.ret_symbol, self.arguments[0]),
PtrLoad => backend.ptr_load(self.ret_symbol, self.arguments[0]),
PtrClearTagId => {
let ptr = self.arguments[0];