From 05f5267f234774578b5365837b401f233d6c9f73 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 27 Apr 2020 18:30:53 -0400 Subject: [PATCH] pan/mdg: Remove old hack Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/midgard/compiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/panfrost/midgard/compiler.h b/src/panfrost/midgard/compiler.h index f55fba1aab1..6b3028fbe7c 100644 --- a/src/panfrost/midgard/compiler.h +++ b/src/panfrost/midgard/compiler.h @@ -115,9 +115,6 @@ typedef struct midgard_instruction { bool writeout_stencil; bool last_writeout; - /* Kind of a hack, but hint against aggressive DCE */ - bool dont_eliminate; - /* Masks in a saneish format. One bit per channel, not packed fancy. * Use this instead of the op specific ones, and switch over at emit * time */ -- 2.30.2