Conver IR structures to use exec_list instead of simple_node

This commit is contained in:
Ian Romanick
2010-03-08 23:44:00 -08:00
parent 7e4ce71923
commit 0044e7edce
6 changed files with 48 additions and 49 deletions

View File

@@ -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;