aboutsummaryrefslogtreecommitdiff
path: root/src/AstGen.zig
diff options
context:
space:
mode:
authorTravis Staloch <twostepted@gmail.com>2021-09-08 16:30:11 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-09-28 17:03:43 -0700
commitbdb90a07bbf0fdedca71f5deace7087bc562b437 (patch)
treef62be4936977a1af845abe6687bc624618eed22a /src/AstGen.zig
parentdcbc52ec85d00fbd3603c314aaaab98fb3866892 (diff)
downloadzig-bdb90a07bbf0fdedca71f5deace7087bc562b437.tar.gz
zig-bdb90a07bbf0fdedca71f5deace7087bc562b437.zip
sat-arithmetic: fixups zig fmt / astcheck
Diffstat (limited to 'src/AstGen.zig')
-rw-r--r--src/AstGen.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AstGen.zig b/src/AstGen.zig
index 25452cb386..d3235ace53 100644
--- a/src/AstGen.zig
+++ b/src/AstGen.zig
@@ -2786,7 +2786,7 @@ fn assignShift(
fn assignShiftSat(
gz: *GenZir,
scope: *Scope,
- infix_node: ast.Node.Index,
+ infix_node: Ast.Node.Index,
op_inst_tag: Zir.Inst.Tag,
) InnerError!void {
try emitDbgNode(gz, infix_node);