mie: move mie_ctx out of the ir subsystem

This commit is contained in:
2025-08-16 20:53:40 +01:00
parent 2b87068852
commit b4fa90ea7f
16 changed files with 51 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
#include <mie/ctx.h>
#include <mie/ir/block.h>
#include <mie/ir/ctx.h>
#include <mie/ir/func.h>
#include <mie/ir/instr.h>
#include <mie/ir/type.h>
#include <mie/type.h>
#include <stdlib.h>
struct mie_block *mie_block_create(struct mie_func *parent, const char *name)