Re-export common types in the cretonne::ir module.

Clients should not have to navigate the ir sub-modules to find commonly used
types.
This commit is contained in:
Jakob Stoklund Olesen
2016-08-12 16:11:38 -07:00
parent 9d6e30df92
commit b266c28767
15 changed files with 36 additions and 36 deletions

View File

@@ -248,7 +248,7 @@ impl<'a> Iterator for Insts<'a> {
mod tests {
use super::Layout;
use entity_map::EntityRef;
use ir::entities::{Ebb, Inst};
use ir::{Ebb, Inst};
#[test]
fn append_ebb() {