From 78f15bc7147da4407f1b896ad76f4c19851bd7b9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 5 Feb 2024 18:13:07 -0700 Subject: compiler: rename value.zig to Value.zig This commit only does the file rename to be friendlier to version control conflicts. --- src/InternPool.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InternPool.zig') diff --git a/src/InternPool.zig b/src/InternPool.zig index 01cd41942d..c27f99e3db 100644 --- a/src/InternPool.zig +++ b/src/InternPool.zig @@ -6147,7 +6147,7 @@ fn finishFuncInstance( .has_tv = true, .owns_tv = true, .ty = @import("type.zig").Type.fromInterned(func_ty), - .val = @import("value.zig").Value.fromInterned(func_index), + .val = @import("Value.zig").fromInterned(func_index), .alignment = .none, .@"linksection" = section, .@"addrspace" = fn_owner_decl.@"addrspace", -- cgit v1.2.3