summaryrefslogtreecommitdiff
path: root/hir_field_selection.cpp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-08 23:44:00 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-03-08 23:44:54 -0800
commit0044e7edcea22d2456c051a1c4b744a26960ad27 (patch)
treee284a1d792f4027d563aca5ee2e94459b08e6d4d /hir_field_selection.cpp
parent7e4ce719238e910043325567e941e4ea9a953264 (diff)
Conver IR structures to use exec_list instead of simple_node
Diffstat (limited to 'hir_field_selection.cpp')
-rw-r--r--hir_field_selection.cpp2
1 files changed, 1 insertions, 1 deletions
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;