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:
Connor Abbott 2023-10-24 11:40:48 +02:00 committed by Marge Bot
parent c40bc48252
commit dc1a3f9555

View file

@ -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.
*/