mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
nir/gcm: Fix a typo in a comment
Reported-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
087e172179
commit
08eced3cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ gcm_schedule_late_def(nir_ssa_def *def, void *void_state)
|
|||
if (lca == NULL)
|
||||
return true;
|
||||
|
||||
/* We know have the LCA of all of the uses. If our invariants hold,
|
||||
/* We now have the LCA of all of the uses. If our invariants hold,
|
||||
* this is dominated by the block that we chose when scheduling early.
|
||||
* We now walk up the dominance tree and pick the lowest block that is
|
||||
* as far outside loops as we can get.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue