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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user