Fix lower bugs

This commit is contained in:
Shunsuke Shibayama 2022-09-21 11:22:18 +09:00
parent 201b313cd2
commit c1d92bc0f4
5 changed files with 48 additions and 41 deletions

View file

@ -18,4 +18,5 @@ pub mod mod_cache;
// pub mod name_resolve;
pub mod optimize;
pub mod ownercheck;
pub mod reorder;
pub mod varinfo;