clang-format: Add nir_foreach_reg_*
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Sat, 29 Jul 2023 16:13:31 +0000 (11:13 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sat, 12 Aug 2023 19:27:28 +0000 (19:27 +0000)
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24382>

src/.clang-format

index bc50a5e..8c5cf41 100644 (file)
@@ -117,6 +117,11 @@ ForEachMacros:
   - nir_foreach_variable_with_modes
   - nir_foreach_variable_with_modes_safe
 
+  - nir_foreach_reg_decl
+  - nir_foreach_reg_decl_safe
+  - nir_foreach_reg_load
+  - nir_foreach_reg_store
+
   - nir_foreach_if_use
   - nir_foreach_if_use_safe
   - nir_foreach_use