ir_to_mesa: Remove old monoburg structure.
authorEric Anholt <eric@anholt.net>
Thu, 3 Jun 2010 16:29:29 +0000 (09:29 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 22:05:21 +0000 (15:05 -0700)
ir_to_mesa.h

index b05b9ebc7aecd87972590fe04961856f0404a17e..839d36964f06d90f081d428a5a4bb8a6bfd5d747 100644 (file)
@@ -61,25 +61,6 @@ public:
    ir_instruction *ir;
 };
 
-struct mbtree {
-   struct mbtree *left;
-   struct mbtree *right;
-   void *state;
-   uint16_t op;
-   class ir_to_mesa_visitor *v;
-
-   /** Pointer to the ir source this tree came from for debugging */
-   ir_instruction *ir;
-
-   ir_to_mesa_dst_reg dst_reg;
-
-   /**
-    * This is the representation of this tree node's results as a
-    * source register for its consumer.
-    */
-   ir_to_mesa_src_reg src_reg;
-};
-
 void do_ir_to_mesa(exec_list *instructions);
 
 class temp_entry : public exec_node {