summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 63ae0bc3b6..04ac0b3e01 100644
--- a/ir.h
+++ b/ir.h
@@ -229,6 +229,7 @@ enum ir_expression_operation {
ir_unop_log,
ir_unop_f2i, /**< Float-to-integer conversion. */
ir_unop_i2f, /**< Integer-to-float conversion. */
+ ir_unop_u2f, /**< Unsigned-to-float conversion. */
/**
* \name Unary floating-point rounding operations.