Commit 0c41945a01

Robin Voetter <robin@voetter.nl>
2023-05-29 23:57:36
spirv: rename TypeConstantCache -> Cache
1 parent 0552a8b
Changed files (2)
src
codegen
src/codegen/spirv/TypeConstantCache.zig → src/codegen/spirv/Cache.zig
File renamed without changes
src/codegen/spirv/Module.zig
@@ -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;