| ... | @@ -3404,7 +3404,7 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type { | ... | @@ -3404,7 +3404,7 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type { |
| 3404 | fn airBr(self: *Self, inst: Air.Inst.Index) !void { | 3404 | fn airBr(self: *Self, inst: Air.Inst.Index) !void { |
| 3405 | const branch = self.air.instructions.items(.data)[inst].br; | 3405 | const branch = self.air.instructions.items(.data)[inst].br; |
| 3406 | try self.br(branch.block_inst, branch.operand); | 3406 | try self.br(branch.block_inst, branch.operand); |
| 3407 | return self.finishAirBookkeeping(); | 3407 | return self.finishAir(inst, .dead, .{ branch.operand, .none, .none }); |
| 3408 | } | 3408 | } |
| 3409 | | 3409 | |
| 3410 | fn airBoolOp(self: *Self, inst: Air.Inst.Index) !void { | 3410 | fn airBoolOp(self: *Self, inst: Air.Inst.Index) !void { |