Skip refcounting on unimplemented layouts

This commit is contained in:
Brian Carroll 2021-12-11 11:37:55 +00:00
parent f54f96281f
commit c53b3c3686
3 changed files with 43 additions and 18 deletions

View file

@ -163,7 +163,7 @@ trait Backend<'a> {
.push((rc_proc_symbol, rc_proc_layout));
}
self.build_stmt(&rc_stmt, ret_layout)
self.build_stmt(rc_stmt, ret_layout)
}
Stmt::Switch {
cond_symbol,