| ... | @@ -1386,7 +1386,6 @@ fn zirStoreToInferredPtr(sema: *Sema, block: *Scope.Block, inst: Zir.Inst.Index) | ... | @@ -1386,7 +1386,6 @@ fn zirStoreToInferredPtr(sema: *Sema, block: *Scope.Block, inst: Zir.Inst.Index) |
| 1386 | fn zirSetEvalBranchQuota(sema: *Sema, block: *Scope.Block, inst: Zir.Inst.Index) InnerError!void { | 1386 | fn zirSetEvalBranchQuota(sema: *Sema, block: *Scope.Block, inst: Zir.Inst.Index) InnerError!void { |
| 1387 | const inst_data = sema.code.instructions.items(.data)[inst].un_node; | 1387 | const inst_data = sema.code.instructions.items(.data)[inst].un_node; |
| 1388 | const src = inst_data.src(); | 1388 | const src = inst_data.src(); |
| 1389 | try sema.requireFunctionBlock(block, src); | | |
| 1390 | const quota = try sema.resolveAlreadyCoercedInt(block, src, inst_data.operand, u32); | 1389 | const quota = try sema.resolveAlreadyCoercedInt(block, src, inst_data.operand, u32); |
| 1391 | if (sema.branch_quota < quota) | 1390 | if (sema.branch_quota < quota) |
| 1392 | sema.branch_quota = quota; | 1391 | sema.branch_quota = quota; |