aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-23 19:20:32 +0100
committerlemon <lsof@mailbox.org>2026-03-23 19:20:32 +0100
commit8630aeb8b43c507cd00f5b091ddcee4def464f4d (patch)
tree1e39866c9f95e2f30903b96c7f255dd03a463d82 /src/ir.h
parent9ffc0e5a21817a45956bc35d5996bfae09c4d49e (diff)
IR: mark free'd instructions as such
That way they are not copied when inlining. Also rename ninstr -> ninstrtab. opnarg -> opnoper
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.h b/src/ir.h
index 7c372bb..2d7cb42 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -106,7 +106,7 @@ enum op {
#define oisstore(o) in_range(o, Ostorei8, Ostoref64)
#define oisload(o) in_range(o, Oloads8, Oloadf64)
extern const char *opnames[];
-extern const uchar opnarg[];
+extern const uchar opnoper[];
enum intrin {
INxxx,