Remove the CSSA verifier
The old register allocator required CSSA as intermediate step. The new register allocator doesn't use SSA at all.
This commit is contained in:
@@ -79,11 +79,7 @@ use alloc::vec::Vec;
|
||||
use core::cmp::Ordering;
|
||||
use core::fmt::{self, Display, Formatter};
|
||||
|
||||
pub use self::cssa::verify_cssa;
|
||||
|
||||
mod cssa;
|
||||
mod flags;
|
||||
mod virtregs;
|
||||
|
||||
/// A verifier error.
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user