diff options
Diffstat (limited to 'ir.cpp')
-rw-r--r-- | ir.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |