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:
@@ -21,8 +21,8 @@
|
||||
//! and (Ebb0, `jmp Ebb2`) respectively.
|
||||
|
||||
use repr::Function;
|
||||
use entities::{Inst, Ebb};
|
||||
use instructions::InstructionData;
|
||||
use repr::entities::{Inst, Ebb};
|
||||
use repr::instructions::InstructionData;
|
||||
use std::collections::{BTreeSet, BTreeMap, btree_map};
|
||||
|
||||
/// A basic block denoted by its enclosing Ebb and last instruction.
|
||||
|
||||
Reference in New Issue
Block a user