Files
hakorune/src/mir/loop_form.rs
2025-11-24 14:17:02 +09:00

7 lines
240 B
Rust

//! LoopForm helper alias
//!
//! Alias to ControlForm::LoopShape so generic JoinIR lowering can depend on a
//! stable loop shape representation without pulling in builder details.
pub type LoopForm = crate::mir::control_form::LoopShape;