pub fn validate(lowered: &FlatLowered) -> Result<(), ValidationError>
Expand description
Validates that the lowering structure is valid.
Currently only does basic SSA validations.
pub fn validate(lowered: &FlatLowered) -> Result<(), ValidationError>
Validates that the lowering structure is valid.
Currently only does basic SSA validations.