lower_if_statement

Function lower_if_statement 

Source
fn lower_if_statement(
    condition: &Expression,
    then_stmt: &Statement,
    else_stmt: Option<&Statement>,
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool