mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
nir/validate: Drop stale todo
We have dominance validation elsewhere in the file. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26084>
This commit is contained in:
parent
9f341cefbb
commit
bfdb2862d6
1 changed files with 0 additions and 2 deletions
|
|
@ -184,8 +184,6 @@ validate_ssa_src(nir_src *src, validate_state *state,
|
|||
validate_assert(state, src->ssa->bit_size & bit_sizes);
|
||||
if (num_components)
|
||||
validate_assert(state, src->ssa->num_components == num_components);
|
||||
|
||||
/* TODO validate that the use is dominated by the definition */
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue