Skip to main content

replace_terminator_with_branch

Function replace_terminator_with_branch 

Source
pub fn replace_terminator_with_branch<'a, 'str>(
    body: &'a mut FunctionBody<'str>,
    cx: PassCtx<'a, 'str>,
    block: BlockId,
    target: BlockId,
    args: Vec<ValueId>,
)