aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir
diff options
context:
space:
mode:
Diffstat (limited to 'ir')
-rw-r--r--ir/ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir/ir.h b/ir/ir.h
index 149a74b..4c369a1 100644
--- a/ir/ir.h
+++ b/ir/ir.h
@@ -84,6 +84,7 @@ enum op {
#define _(o,...) O##o,
#include "op.def"
#undef _
+ NOPER,
};
#define oiscmp(o) in_range(o, Oequ, Ougte)