7 lines
240 B
Rust
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;
|