emit arm symconsts as .LC%u instead of .L%u to avoid clashed with block numbers
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE_t.h
index 8ae81ec..59d8428 100644 (file)
@@ -39,7 +39,6 @@ struct TEMPLATE_code_gen_t {
        const arch_code_generator_if_t *impl;           /**< implementation */
        ir_graph                       *irg;            /**< current irg */
        TEMPLATE_isa_t                 *isa;            /**< the isa instance */
-       const be_irg_t                 *birg;           /**< The be-irg (contains additional information about the irg) */
 };
 
 struct TEMPLATE_isa_t {