mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
ir3: Fix comment thinko
Noticed when working on another commit. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22072>
This commit is contained in:
parent
c40bc48252
commit
dc1a3f9555
1 changed files with 1 additions and 1 deletions
|
|
@ -3700,7 +3700,7 @@ emit_loop(struct ir3_context *ctx, nir_loop *nloop)
|
|||
struct ir3_block *continue_blk = NULL;
|
||||
|
||||
/* There's always one incoming edge from outside the loop, and if there
|
||||
* are more than two backedges from inside the loop (so more than 2 total
|
||||
* is more than one backedge from inside the loop (so more than 2 total
|
||||
* edges) then we need to create a continue block after the loop to ensure
|
||||
* that control reconverges at the end of each loop iteration.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue