mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
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:
parent
a782809f81
commit
a18a917237
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue