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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user