Mesa (master): nir/load_store_vectorize: fix indentation

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 29 18:13:03 UTC 2020


Module: Mesa
Branch: master
Commit: 6b99cf606407de76e43b2d36f8ddd050cc3638cd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b99cf606407de76e43b2d36f8ddd050cc3638cd

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Fri Jul 17 17:15:26 2020 +0100

nir/load_store_vectorize: fix indentation

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-by: Daniel Schürmann <daniel at schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5980>

---

 src/compiler/nir/nir_opt_load_store_vectorize.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/nir/nir_opt_load_store_vectorize.c b/src/compiler/nir/nir_opt_load_store_vectorize.c
index 96c9eb41cee..cf9626ff21d 100644
--- a/src/compiler/nir/nir_opt_load_store_vectorize.c
+++ b/src/compiler/nir/nir_opt_load_store_vectorize.c
@@ -1226,7 +1226,7 @@ handle_barrier(struct vectorize_ctx *ctx, bool *progress, nir_function_impl *imp
          modes = nir_var_mem_shared;
          break;
       case nir_intrinsic_scoped_barrier:
-	 if (nir_intrinsic_memory_scope(intrin) == NIR_SCOPE_NONE)
+         if (nir_intrinsic_memory_scope(intrin) == NIR_SCOPE_NONE)
             break;
 
          modes = nir_intrinsic_memory_modes(intrin) & (nir_var_mem_ssbo |



More information about the mesa-commit mailing list