Remove registers from cranelift-codegen-meta

This commit is contained in:
bjorn3
2021-06-21 12:57:37 +02:00
parent 18bd27e90b
commit 3e4167ba95
9 changed files with 6 additions and 573 deletions

View File

@@ -7,7 +7,6 @@ pub mod formats;
pub mod instructions;
pub mod isa;
pub mod operands;
pub mod regs;
pub mod settings;
pub mod type_inference;
pub mod types;