Removing LLVM content from CommonMethods -> ConstMethods

This commit is contained in:
Denis Merigoux 2018-09-06 14:44:51 -07:00 committed by Eduard-Mihai Burtescu
parent e224f063e8
commit a1d0d4f943
25 changed files with 55 additions and 124 deletions

View file

@ -10,10 +10,10 @@
mod builder;
mod backend;
mod common;
mod consts;
mod type_;
pub use self::builder::BuilderMethods;
pub use self::backend::Backend;
pub use self::common::{CommonMethods, CommonWriteMethods};
pub use self::consts::ConstMethods;
pub use self::type_::TypeMethods;