| ... | @@ -2622,7 +2622,6 @@ pub fn astGenFile(mod: *Module, file: *File) !void { | ... | @@ -2622,7 +2622,6 @@ pub fn astGenFile(mod: *Module, file: *File) !void { |
| 2622 | zir.extra.len * 4; | 2622 | zir.extra.len * 4; |
| 2623 | if (amt_read != amt_expected) { | 2623 | if (amt_read != amt_expected) { |
| 2624 | log.warn("unexpected EOF reading cached ZIR for {s}", .{file.sub_file_path}); | 2624 | log.warn("unexpected EOF reading cached ZIR for {s}", .{file.sub_file_path}); |
| 2625 | zir.deinit(gpa); | | |
| 2626 | break :cached; | 2625 | break :cached; |
| 2627 | } | 2626 | } |
| 2628 | if (data_has_safety_tag) { | 2627 | if (data_has_safety_tag) { |