nir/load_store_vectorize: fix indentation
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5980>
This commit is contained in:
@@ -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 |
|
||||
|
Reference in New Issue
Block a user