summaryrefslogtreecommitdiff
path: root/ir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ir.cpp')
-rw-r--r--ir.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ir.cpp b/ir.cpp
index 674ba10f57..dd426df566 100644
--- a/ir.cpp
+++ b/ir.cpp
@@ -66,6 +66,8 @@ ir_expression::get_num_operands(void)
1, /* ir_unop_i2f */
1, /* ir_unop_f2b */
1, /* ir_unop_b2f */
+ 1, /* ir_unop_i2b */
+ 1, /* ir_unop_b2i */
1, /* ir_unop_u2f */
1, /* ir_unop_trunc */