| ... | @@ -6362,7 +6362,7 @@ fn zirAs(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileError!Air.Inst | ... | @@ -6362,7 +6362,7 @@ fn zirAs(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileError!Air.Inst |
| 6362 | defer tracy.end(); | 6362 | defer tracy.end(); |
| 6363 | | 6363 | |
| 6364 | const bin_inst = sema.code.instructions.items(.data)[inst].bin; | 6364 | const bin_inst = sema.code.instructions.items(.data)[inst].bin; |
| 6365 | return sema.analyzeAs(block, .unneeded, bin_inst.lhs, bin_inst.rhs); | 6365 | return sema.analyzeAs(block, sema.src, bin_inst.lhs, bin_inst.rhs); |
| 6366 | } | 6366 | } |
| 6367 | | 6367 | |
| 6368 | fn zirAsNode(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileError!Air.Inst.Ref { | 6368 | fn zirAsNode(sema: *Sema, block: *Block, inst: Zir.Inst.Index) CompileError!Air.Inst.Ref { |