pan/mdg: Remove old hack
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 27 Apr 2020 22:30:53 +0000 (18:30 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 29 Apr 2020 15:35:54 +0000 (15:35 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4793>

src/panfrost/midgard/compiler.h

index f55fba1..6b3028f 100644 (file)
@@ -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 */