Restore accedently removed ir_free()

This commit is contained in:
Dmitry Stogov 2023-10-11 23:01:15 +03:00
parent 211884cf29
commit 4fce67fcb7

View File

@ -662,6 +662,8 @@ int main(int argc, char **argv)
return 1;
}
ir_free(&ctx);
ir_loader_free();
#if HAVE_LLVM