Generate refcount procedure names from the correct layout ID

This commit is contained in:
Brian Carroll 2021-12-08 17:33:08 +00:00
parent c7e7186be0
commit 5c8f3fa26f
3 changed files with 13 additions and 4 deletions

View file

@ -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>> {