From: Rob Clark Date: Sat, 23 Mar 2019 15:37:49 +0000 (-0400) Subject: freedreno/ir3: re-indent comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91a1354cd6e2cad77799b5ce68927d954bb0213c;p=mesa.git freedreno/ir3: re-indent comment Make it more clear that it applies to the following 'case' statements, rather than the previous one. Signed-off-by: Rob Clark --- diff --git a/src/freedreno/ir3/ir3_compiler_nir.c b/src/freedreno/ir3/ir3_compiler_nir.c index ad287afd308..afab76ab8c8 100644 --- a/src/freedreno/ir3/ir3_compiler_nir.c +++ b/src/freedreno/ir3/ir3_compiler_nir.c @@ -1194,10 +1194,10 @@ emit_intrinsic(struct ir3_context *ctx, nir_intrinsic_instr *intr) } } break; - /* All SSBO intrinsics should have been lowered by 'lower_io_offsets' - * pass and replaced by an ir3-specifc version that adds the - * dword-offset in the last source. - */ + /* All SSBO intrinsics should have been lowered by 'lower_io_offsets' + * pass and replaced by an ir3-specifc version that adds the + * dword-offset in the last source. + */ case nir_intrinsic_load_ssbo_ir3: ctx->funcs->emit_intrinsic_load_ssbo(ctx, intr, dst); break;