(&self, args: &[oomir::Operand])
| 3531 | message: format!("Unsupported type for comparison: {:?}", comparison_type), |
| 3532 | }); |
| 3533 | } |
| 3534 | } |
| 3535 | |
| 3536 | self.materialize_boolean_from_branch(dest, branch_constructor)?; |
| 3537 | |
| 3538 | Ok(()) |
| 3539 | } |
| 3540 | |
| 3541 | fn materialize_boolean_from_branch<'branch>( |
| 3542 | &mut self, |
no outgoing calls
no test coverage detected