commit | 0044e7edcea22d2456c051a1c4b744a26960ad27 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Mar 08 23:44:00 2010 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Mon Mar 08 23:44:54 2010 -0800 |
tree | e284a1d792f4027d563aca5ee2e94459b08e6d4d | |
parent | 7e4ce719238e910043325567e941e4ea9a953264 [diff] [blame] |
Conver IR structures to use exec_list instead of simple_node
diff --git a/hir_field_selection.cpp b/hir_field_selection.cpp index 1dd8126..326a105 100644 --- a/hir_field_selection.cpp +++ b/hir_field_selection.cpp
@@ -127,7 +127,7 @@ struct ir_instruction * _mesa_ast_field_selection_to_hir(const ast_expression *expr, - simple_node *instructions, + exec_list *instructions, struct _mesa_glsl_parse_state *state) { ir_instruction *op;