mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
changes after review
This commit is contained in:
parent
0b03a0bc26
commit
654cf7b861
17 changed files with 142 additions and 123 deletions
|
|
@ -1979,8 +1979,8 @@ impl<'a> LowLevelCall<'a> {
|
|||
);
|
||||
}
|
||||
PtrLoad => backend.expr_unbox(self.ret_symbol, self.arguments[0]),
|
||||
PtrToStackValue => {
|
||||
// PtrToStackValue : a -> Ptr a
|
||||
Alloca => {
|
||||
// Alloca : a -> Ptr a
|
||||
let arg = self.arguments[0];
|
||||
let arg_layout = backend.storage.symbol_layouts.get(&arg).unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue