diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-03-16 00:03:47 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-03-16 00:04:17 -0700 |
| commit | 099af0e008162adf5cb7dc08946bd19b20db817b (patch) | |
| tree | 56be882a2939f034f56f099023f1ff20af408d79 /src/Module.zig | |
| parent | aef3e534f5bc59b2572afdb74178d8c8b3fa4481 (diff) | |
| download | zig-099af0e008162adf5cb7dc08946bd19b20db817b.tar.gz zig-099af0e008162adf5cb7dc08946bd19b20db817b.zip | |
stage2: rename zir_sema.zig to Sema.zig
Diffstat (limited to 'src/Module.zig')
| -rw-r--r-- | src/Module.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Module.zig b/src/Module.zig index f1259afc26..d6e9840aea 100644 --- a/src/Module.zig +++ b/src/Module.zig @@ -24,7 +24,7 @@ const ir = @import("ir.zig"); const zir = @import("zir.zig"); const trace = @import("tracy.zig").trace; const astgen = @import("astgen.zig"); -const Sema = @import("zir_sema.zig"); // TODO rename this file +const Sema = @import("Sema.zig"); const target_util = @import("target.zig"); /// General-purpose allocator. Used for both temporary and long-term storage. |
