mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
ir_validate: Also perform usual checks on ir_dereference_variable nodes
This commit is contained in:
parent
8baf21b1a4
commit
506880bc32
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ ir_validate::visit(ir_dereference_variable *ir)
|
|||
abort();
|
||||
}
|
||||
|
||||
this->validate_ir(ir, this->data);
|
||||
|
||||
return visit_continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue