diff options
| author | Robin Voetter <robin@voetter.nl> | 2023-05-29 23:57:36 +0200 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2023-05-30 19:43:37 +0200 |
| commit | 0c41945a01a3a5254e8b4266a0677f2d8224aa1a (patch) | |
| tree | 5d096152fa91ad2990c1563c8d783a8dcedd3849 /src/codegen/spirv/Module.zig | |
| parent | 0552a8b11f973fc9621971e2130c25ad3a4af0ad (diff) | |
| download | zig-0c41945a01a3a5254e8b4266a0677f2d8224aa1a.tar.gz zig-0c41945a01a3a5254e8b4266a0677f2d8224aa1a.zip | |
spirv: rename TypeConstantCache -> Cache
Diffstat (limited to 'src/codegen/spirv/Module.zig')
| -rw-r--r-- | src/codegen/spirv/Module.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/spirv/Module.zig b/src/codegen/spirv/Module.zig index 4c078f301b..a9a2571ff0 100644 --- a/src/codegen/spirv/Module.zig +++ b/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; |
