Begin a layout module.

The Layout data structure will keep track of the order of EBBs and their
instructions.

WIP.
This commit is contained in:
Jakob Stoklund Olesen
2016-07-15 11:33:10 -07:00
parent 99464bc29d
commit 5c15dcdebb
2 changed files with 143 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ pub mod immediates;
pub mod entities;
pub mod instructions;
pub mod repr;
pub mod layout;
pub mod write;
pub mod cfg;