From 5ee9a76058b446c9d50a75929b324bee78d6ac1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 23 Nov 2025 16:31:58 -0500 Subject: [PATCH] nir: fix a typo in NIR_PASS_ASSERT_NO_PROGRESS for non-debug builds Fixes: 4e834b43212 - nir: add NIR_PASS_ASSERT_NO_PROGRESS Reviewed-by: Iago Toral Quiroga Reviewed-by: Faith Ekstrand Part-of: --- src/compiler/nir/nir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 95754d64e78..075dbb06344 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -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