From e804b42fd748dd72e853455a73c9dc6128460617 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Wed, 23 Oct 2019 15:04:38 -0700 Subject: [PATCH] freedreno/ir3/ra: remove ir print after livein/out The IR hasn't changed at this point, so it isn't really adding any value. Signed-off-by: Rob Clark --- src/freedreno/ir3/ir3_ra.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/ir3/ir3_ra.c b/src/freedreno/ir3/ir3_ra.c index 2f312a5ff15..19596c73044 100644 --- a/src/freedreno/ir3/ir3_ra.c +++ b/src/freedreno/ir3/ir3_ra.c @@ -899,7 +899,6 @@ ra_add_interference(struct ir3_ra_ctx *ctx) if (ir3_shader_debug & IR3_DBG_OPTMSGS) { debug_printf("AFTER LIVEIN/OUT:\n"); - ir3_print(ir); list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { struct ir3_ra_block_data *bd = block->data; debug_printf("block%u:\n", block_id(block)); -- 2.30.2