From 4f8ee2c00e2b43eafee88c93762d60d281100d03 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 21 Jul 2022 14:21:55 -0400 Subject: [PATCH] pan/bi: Remove trivial dest[0] = bi_null() It's already NULL and will interfere with the more comprehensive src/dest overwork we're doing. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/bi_schedule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panfrost/bifrost/bi_schedule.c b/src/panfrost/bifrost/bi_schedule.c index 72344205788..34ef68117a1 100644 --- a/src/panfrost/bifrost/bi_schedule.c +++ b/src/panfrost/bifrost/bi_schedule.c @@ -2066,7 +2066,6 @@ bi_add_nop_for_atest(bi_context *ctx) bi_instr *I = rzalloc(ctx, bi_instr); I->op = BI_OPCODE_NOP; - I->dest[0] = bi_null(); bi_clause *new_clause = ralloc(ctx, bi_clause); *new_clause = (bi_clause) {