| ... | ... | @@ -625,7 +625,7 @@ pub fn categorizeOperand( |
| 625 | 625 | return .complex; |
| 626 | 626 | |
| 627 | 627 | const then_body = air.extra[cond_extra.end..][0..cond_extra.data.then_body_len]; |
| 628 | | const else_body = air.extra[cond_extra.end + cond_extra.data.then_body_len ..][0 .. cond_extra.data.then_body_len + cond_extra.data.else_body_len]; |
| 628 | const else_body = air.extra[cond_extra.end + cond_extra.data.then_body_len ..][0..cond_extra.data.else_body_len]; |
| 629 | 629 | if (then_body.len > 1 and air_tags[then_body[1]] != .unreach) |
| 630 | 630 | return .complex; |
| 631 | 631 | if (else_body.len > 1 and air_tags[else_body[1]] != .unreach) |