diff options
| author | 2025-11-09 17:08:43 +0100 | |
|---|---|---|
| committer | 2025-11-09 17:08:43 +0100 | |
| commit | a592e99e7abab7978008ae13cc501d7f54d75de7 (patch) | |
| tree | 36626f4acea279724c869a824bb5ed7ab6bb030a /ir/ir.h | |
| parent | ed7cd9a5f6960df788eab5a18c5b1d8b4f59ba14 (diff) | |
fixup! amd64: get rid of xinc/xdec. handle those at emit stage
Diffstat (limited to 'ir/ir.h')
| -rw-r--r-- | ir/ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ enum op { #define _(o,...) O##o, #include "op.def" #undef _ + NOPER, }; #define oiscmp(o) in_range(o, Oequ, Ougte) |