mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Generate refcount procedure names from the correct layout ID
This commit is contained in:
parent
c7e7186be0
commit
5c8f3fa26f
3 changed files with 13 additions and 4 deletions
|
@ -367,6 +367,7 @@ impl<
|
|||
self.float_used_regs.clear();
|
||||
self.float_free_regs
|
||||
.extend_from_slice(CC::FLOAT_DEFAULT_FREE_REGS);
|
||||
self.refcount_proc_symbols.clear();
|
||||
}
|
||||
|
||||
fn literal_map(&mut self) -> &mut MutMap<Symbol, Literal<'a>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue