From 0044e7edcea22d2456c051a1c4b744a26960ad27 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 8 Mar 2010 23:44:00 -0800 Subject: Conver IR structures to use exec_list instead of simple_node --- hir_field_selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hir_field_selection.cpp') diff --git a/hir_field_selection.cpp b/hir_field_selection.cpp index 1dd8126440..326a10543f 100644 --- a/hir_field_selection.cpp +++ b/hir_field_selection.cpp @@ -127,7 +127,7 @@ generate_swizzle(const char *str, struct ir_swizzle_mask *swiz, 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; -- cgit v1.2.3