diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-02-26 20:58:10 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-02-26 21:35:30 -0700 |
| commit | 7b37bc771b9a1ed38b06358269bf6a716a38de60 (patch) | |
| tree | adbec372f70eac7fe1b4fa19f1be8a0d6224a29c /src/codegen/spirv.zig | |
| parent | 5f3b21a5b6895bd2bfc7144a038a4b7b60313736 (diff) | |
| download | zig-7b37bc771b9a1ed38b06358269bf6a716a38de60.tar.gz zig-7b37bc771b9a1ed38b06358269bf6a716a38de60.zip | |
move Zir to std.zig.Zir
Part of an effort to ship more of the compiler in source form.
Diffstat (limited to 'src/codegen/spirv.zig')
| -rw-r--r-- | src/codegen/spirv.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen/spirv.zig b/src/codegen/spirv.zig index 7641da4a94..fb8d1e1e8e 100644 --- a/src/codegen/spirv.zig +++ b/src/codegen/spirv.zig @@ -10,7 +10,6 @@ const Type = @import("../type.zig").Type; const Value = @import("../Value.zig"); const LazySrcLoc = std.zig.LazySrcLoc; const Air = @import("../Air.zig"); -const Zir = @import("../Zir.zig"); const Liveness = @import("../Liveness.zig"); const InternPool = @import("../InternPool.zig"); |
