| ... | ... | @@ -8724,8 +8724,11 @@ fn bitCast( |
| 8724 | 8724 | node: Ast.Node.Index, |
| 8725 | 8725 | operand_node: Ast.Node.Index, |
| 8726 | 8726 | ) InnerError!Zir.Inst.Ref { |
| 8727 | const cursor = maybeAdvanceSourceCursorToMainToken(gz, node); |
| 8727 | 8728 | const dest_type = try ri.rl.resultTypeForCast(gz, node, "@bitCast"); |
| 8728 | 8729 | const operand = try reachableExpr(gz, scope, .{ .rl = .none }, operand_node, node); |
| 8730 | |
| 8731 | try emitDbgStmt(gz, cursor); |
| 8729 | 8732 | const result = try gz.addPlNode(.bitcast, node, Zir.Inst.Bin{ |
| 8730 | 8733 | .lhs = dest_type, |
| 8731 | 8734 | .rhs = operand, |