Move IR modules under repr/.

Use the cretonne::repr module as a common namespace for sub-modules defining the
in-memory representation of Cretonn IL.
This commit is contained in:
Jakob Stoklund Olesen
2016-07-19 14:10:30 -07:00
parent d20fe25f33
commit 28069ff2a0
15 changed files with 46 additions and 45 deletions

View File

@@ -7,14 +7,7 @@
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
pub mod types;
pub mod condcodes;
pub mod immediates;
pub mod entities;
pub mod instructions;
pub mod repr;
pub mod dfg;
pub mod layout;
pub mod write;
pub mod cfg;