Refactor ir_dereference data fields to subclasses

This commit is contained in:
Ian Romanick
2010-05-19 13:52:29 +02:00
parent 7fe3de6fde
commit 36ea28646c
11 changed files with 58 additions and 57 deletions

View File

@@ -482,7 +482,7 @@ do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state,
assert(d != NULL);
ir_variable *const var = d->var->as_variable();
ir_variable *const var = d->variable_referenced();
assert(var != NULL);