| ... | @@ -7487,7 +7487,7 @@ pub const FuncGen = struct { | ... | @@ -7487,7 +7487,7 @@ pub const FuncGen = struct { |
| 7487 | for (body_tail[1..]) |body_inst| { | 7487 | for (body_tail[1..]) |body_inst| { |
| 7488 | switch (air_tags[@intFromEnum(body_inst)]) { | 7488 | switch (air_tags[@intFromEnum(body_inst)]) { |
| 7489 | .ret => return true, | 7489 | .ret => return true, |
| 7490 | .dbg_block_begin, .dbg_stmt => continue, | 7490 | .dbg_stmt, .dbg_block_end => continue, |
| 7491 | else => return false, | 7491 | else => return false, |
| 7492 | } | 7492 | } |
| 7493 | } | 7493 | } |