nir: Improve the comment for nir_block::imm_dom

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28300>
This commit is contained in:
Faith Ekstrand 2024-03-20 17:23:22 -05:00 committed by Marge Bot
parent a782809f81
commit a18a917237

View file

@ -2921,7 +2921,7 @@ typedef struct nir_block {
/*
* this node's immediate dominator in the dominance tree - set to NULL for
* the start block.
* the start block and any unreachable blocks.
*/
struct nir_block *imm_dom;