lang: update mie ir api usage

This commit is contained in:
2025-06-02 11:31:35 +01:00
parent d01a3b4663
commit 9f83929600
8 changed files with 23 additions and 23 deletions

View File

@@ -6,8 +6,8 @@
#include <blue/core/queue.h>
#include <ivy/lang/ast.h>
#include <ivy/lang/lex.h>
#include <mie/builder.h>
#include <mie/ctx.h>
#include <mie/ir/builder.h>
#include <mie/ir/ctx.h>
struct ivy_codegen;
struct ivy_ast_node;