mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
spirv: rename TypeConstantCache -> Cache
This commit is contained in:
parent
0552a8b11f
commit
0c41945a01
@ -21,7 +21,7 @@ const IdResultType = spec.IdResultType;
|
||||
|
||||
const Section = @import("Section.zig");
|
||||
|
||||
const Cache = @import("TypeConstantCache.zig");
|
||||
const Cache = @import("Cache.zig");
|
||||
pub const CacheKey = Cache.Key;
|
||||
pub const CacheRef = Cache.Ref;
|
||||
pub const CacheString = Cache.String;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user