From 8630aeb8b43c507cd00f5b091ddcee4def464f4d Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 23 Mar 2026 19:20:32 +0100 Subject: IR: mark free'd instructions as such That way they are not copied when inlining. Also rename ninstr -> ninstrtab. opnarg -> opnoper --- src/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ir.h') 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, -- cgit v1.2.3