mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 10:20:20 +01:00
r600/sb: fix typo
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22432>
This commit is contained in:
parent
45e09d5bb9
commit
7eaab5dec0
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ bool dump::visit(alu_packed_node& n, bool enter) {
|
|||
}
|
||||
|
||||
}
|
||||
// proccess children only if their src/dst aren't moved to this node yet
|
||||
// process children only if their src/dst aren't moved to this node yet
|
||||
return n.src.empty();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue