Function charon_lib::transform::ullbc_to_llbc::translate_terminator

source ยท
fn translate_terminator(
    info: &mut BlockInfo<'_>,
    parent_loops: &Vector<BlockId>,
    switch_exit_blocks: &HashSet<BlockId>,
    terminator: &Terminator,
) -> Block