| author | |
| committer | |
| log | ca974de5217dbb7a638bd711df18fe9148383d3c |
| tree | 9b58e10d48b83c7580d21c4aa9f9959a4e63cee1 |
| parent | 003bba47ccd0b57e20192b6123b1be643f35da83 |
We already had a `keep_zir` flag. No need to call deinit manually.1 files changed, 0 insertions(+), 1 deletions(-)
src/Module.zig-1| ... | ... | @@ -2622,7 +2622,6 @@ pub fn astGenFile(mod: *Module, file: *File) !void { |
| 2622 | 2622 | zir.extra.len * 4; |
| 2623 | 2623 | if (amt_read != amt_expected) { |
| 2624 | 2624 | log.warn("unexpected EOF reading cached ZIR for {s}", .{file.sub_file_path}); |
| 2625 | zir.deinit(gpa); | |
| 2626 | 2625 | break :cached; |
| 2627 | 2626 | } |
| 2628 | 2627 | if (data_has_safety_tag) { |