nir: fix a typo in NIR_PASS_ASSERT_NO_PROGRESS for non-debug builds

Fixes: 4e834b4321 - nir: add NIR_PASS_ASSERT_NO_PROGRESS

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38608>
This commit is contained in:
Marek Olšák 2025-11-23 16:31:58 -05:00 committed by Marge Bot
parent d9d3f6703c
commit 5ee9a76058

View file

@ -4997,7 +4997,7 @@ void _nir_assert_no_progress(bool progress, const char *when);
} while (0)
#else
#define NIR_ASSERT_PASS_NO_PROGRESS(nir, pass, ...)
#define NIR_PASS_ASSERT_NO_PROGRESS(nir, pass, ...)
#endif
/** An instruction filtering callback with writemask