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

@@ -2,7 +2,7 @@
#define MIE_PTR_H_
#include <mie/ir/instr.h>
#include <mie/ir/type.h>
#include <mie/type.h>
struct mie_getelementptr {
struct mie_instr gep_base;