fn canonicalise_brif(
builder: &mut FunctionBuilder<'_>,
cond: Value,
block_then: Block,
params_then: &[Value],
block_else: Block,
params_else: &[Value],
) -> InstExpand description
The same but for a brif instruction.
fn canonicalise_brif(
builder: &mut FunctionBuilder<'_>,
cond: Value,
block_then: Block,
params_then: &[Value],
block_else: Block,
params_else: &[Value],
) -> InstThe same but for a brif instruction.