Add an empty isa/riscv module scaffold.
Targeted ISAs will be defined as sub-modules of isa.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
pub mod ir;
|
||||
pub mod isa;
|
||||
pub mod write;
|
||||
pub mod cfg;
|
||||
pub mod dominator_tree;
|
||||
|
||||
Reference in New Issue
Block a user