Mesa (master): freedreno/ir3: re-indent comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 30 17:07:16 UTC 2019


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

Author: Rob Clark <robdclark at gmail.com>
Date:   Sat Mar 23 11:37:49 2019 -0400

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 <robdclark at gmail.com>

---

 src/freedreno/ir3/ir3_compiler_nir.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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;




More information about the mesa-commit mailing list