| ... | @@ -7704,8 +7704,8 @@ fn saturatingArithmetic( | ... | @@ -7704,8 +7704,8 @@ fn saturatingArithmetic( |
| 7704 | gz: *GenZir, | 7704 | gz: *GenZir, |
| 7705 | scope: *Scope, | 7705 | scope: *Scope, |
| 7706 | rl: ResultLoc, | 7706 | rl: ResultLoc, |
| 7707 | node: ast.Node.Index, | 7707 | node: Ast.Node.Index, |
| 7708 | params: []const ast.Node.Index, | 7708 | params: []const Ast.Node.Index, |
| 7709 | tag: Zir.Inst.Extended, | 7709 | tag: Zir.Inst.Extended, |
| 7710 | ) InnerError!Zir.Inst.Ref { | 7710 | ) InnerError!Zir.Inst.Ref { |
| 7711 | const lhs = try expr(gz, scope, .none, params[0]); | 7711 | const lhs = try expr(gz, scope, .none, params[0]); |