diff options
| author | 2026-03-23 19:20:32 +0100 | |
|---|---|---|
| committer | 2026-03-23 19:20:32 +0100 | |
| commit | 8630aeb8b43c507cd00f5b091ddcee4def464f4d (patch) | |
| tree | 1e39866c9f95e2f30903b96c7f255dd03a463d82 /src/ir.h | |
| parent | 9ffc0e5a21817a45956bc35d5996bfae09c4d49e (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |