Rename code gen helper file in mono

This commit is contained in:
Brian Carroll 2021-12-13 10:56:41 +00:00
parent 33277144d6
commit 0547647341
6 changed files with 5 additions and 5 deletions

View file

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