summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index bad5111..4590528 100644
--- a/ir.h
+++ b/ir.h
@@ -225,6 +225,7 @@ enum ir_expression_operation {
ir_unop_abs,
ir_unop_rcp,
ir_unop_rsq,
+ ir_unop_sqrt,
ir_unop_exp,
ir_unop_log,
ir_unop_f2i, /**< Float-to-integer conversion. */