authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-02 17:17:24-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-02 17:17:24-07:00
log5f4c52209eab66666cc4a8fd24bf27c372cfd54f
tree36a2ed6f180675175345b2d05a0a358c104f0e73
parenta973c362e5de460bf44bf513d97daa2c79570733

AstGen: fix outdated doc comment


1 files changed, 1 insertions(+), 5 deletions(-)

src/AstGen.zig+1-5
...@@ -1,8 +1,4 @@...@@ -1,8 +1,4 @@
1//! A Work-In-Progress `Zir`. This is a shared parent of all1//! Ingests an AST and produces ZIR code.
2//! `GenZir` scopes. Once the `Zir` is produced, this struct
3//! is deinitialized.
4//! The `GenZir.finish` function converts this to a `Zir`.
5
6const AstGen = @This();2const AstGen = @This();
73
8const std = @import("std");4const std = @import("std");