diff options
Diffstat (limited to 'ir_print_visitor.h')
-rw-r--r-- | ir_print_visitor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ir_print_visitor.h b/ir_print_visitor.h index b241f92e040..aeee538df29 100644 --- a/ir_print_visitor.h +++ b/ir_print_visitor.h @@ -29,6 +29,9 @@ #include "ir.h" #include "ir_visitor.h" +extern void _mesa_print_ir(exec_list *instructions, + struct _mesa_glsl_parse_state *state); + /** * Abstract base class of visitors of IR instruction trees */ |