Remove StackLayoutInfo

This commit is contained in:
bjorn3
2021-10-04 19:39:27 +02:00
parent b3702f5821
commit c5c7508289
4 changed files with 1 additions and 119 deletions

View File

@@ -45,7 +45,6 @@
pub use crate::isa::call_conv::CallConv;
pub use crate::isa::constraints::BranchRange;
pub use crate::isa::stack::{StackBase, StackBaseMask, StackRef};
use crate::flowgraph;
use crate::ir;
@@ -78,7 +77,6 @@ pub mod unwind;
mod call_conv;
mod constraints;
mod stack;
#[cfg(test)]
mod test_utils;