diff options
Diffstat (limited to 'ir_to_mesa.h')
-rw-r--r-- | ir_to_mesa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ir_to_mesa.h b/ir_to_mesa.h index 3aa88bcdc4..43ddd5fe51 100644 --- a/ir_to_mesa.h +++ b/ir_to_mesa.h @@ -108,6 +108,7 @@ public: ir_instruction *ir, struct mbtree *left, struct mbtree *right); + struct mbtree *create_tree_for_float(ir_instruction *ir, float val); /** * \name Visit methods |