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 83e4f95b0c..aa3e03a211 100644
--- a/ir.h
+++ b/ir.h
@@ -40,6 +40,7 @@ class ir_instruction : public exec_node {
public:
const struct glsl_type *type;
+ class ir_constant *constant_expression_value();
virtual void accept(ir_visitor *) = 0;
/**