Only check layout is implemented for RC, not other ops

This commit is contained in:
Brian Carroll 2021-12-14 09:07:33 +00:00
parent 3adaacc66e
commit e1a04c2661
2 changed files with 17 additions and 25 deletions

View file

@ -969,7 +969,7 @@ impl<'a> WasmBackend<'a> {
let (replacement_expr, maybe_new_proc_info) = self
.helper_proc_gen
.replace_generic_equals(ident_ids, layout);
.replace_generic_equals(ident_ids, &layout, arguments);
// If this is the first call to a new helper proc, register its symbol data
maybe_new_proc_info.map(|info| self.register_helper_proc(info));