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:
@@ -1,7 +1,7 @@
|
||||
/// ! A Dominator Tree represented as mappings of Ebbs to their immediate dominator.
|
||||
|
||||
use cfg::*;
|
||||
use ir::entities::Ebb;
|
||||
use ir::Ebb;
|
||||
use entity_map::{EntityMap, Keys};
|
||||
|
||||
pub struct DominatorTree {
|
||||
|
||||
Reference in New Issue
Block a user