Generate refcounting code as IR

This commit is contained in:
Brian Carroll 2021-11-24 14:43:39 +00:00
parent 264927fb85
commit 985fa9dade
2 changed files with 274 additions and 0 deletions

View file

@ -4,6 +4,7 @@
pub mod alias_analysis;
pub mod borrow;
pub mod gen_refcount;
pub mod inc_dec;
pub mod ir;
pub mod layout;