mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove box and unbox expressions
This commit is contained in:
parent
a9813aeae7
commit
d64930c17f
12 changed files with 9 additions and 196 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue