Rename the 'repr' module to 'ir'.

This module and its submodules define the Intermidiate Representation of the
Cretonne IL.
This commit is contained in:
Jakob Stoklund Olesen
2016-07-22 09:34:28 -07:00
parent 367752be1d
commit 38815dcca3
15 changed files with 45 additions and 45 deletions

View File

@@ -7,7 +7,7 @@
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
pub mod repr;
pub mod ir;
pub mod write;
pub mod cfg;