From 3455ce614424a5a23a23037e23d0454e476bceea Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 19 Apr 2010 15:13:15 -0700 Subject: Begin converting structure definitions to IR --- ast.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ast.h') diff --git a/ast.h b/ast.h index d899fb1d090..41787f5c1c3 100644 --- a/ast.h +++ b/ast.h @@ -289,6 +289,9 @@ public: ast_struct_specifier(char *identifier, ast_node *declarator_list); virtual void print(void) const; + virtual ir_rvalue *hir(exec_list *instructions, + struct _mesa_glsl_parse_state *state); + char *name; struct simple_node declarations; }; @@ -378,6 +381,8 @@ public: virtual void print(void) const; + ir_rvalue *hir(exec_list *, struct _mesa_glsl_parse_state *); + enum ast_types type_specifier; const char *type_name; -- cgit v1.2.3