Move EntityList and SparseMap into the entity module.
These data structures are dependent on EntityRef and EntityMap, so it makes sense to keep them in the same module.
This commit is contained in:
@@ -18,7 +18,6 @@ pub mod entity;
|
||||
pub mod binemit;
|
||||
pub mod bitset;
|
||||
pub mod dominator_tree;
|
||||
pub mod entity_list;
|
||||
pub mod flowgraph;
|
||||
pub mod ir;
|
||||
pub mod isa;
|
||||
@@ -27,7 +26,6 @@ pub mod packed_option;
|
||||
pub mod regalloc;
|
||||
pub mod result;
|
||||
pub mod settings;
|
||||
pub mod sparse_map;
|
||||
pub mod verifier;
|
||||
|
||||
mod abi;
|
||||
|
||||
Reference in New Issue
Block a user