From 29609cfb41f47613bd47e1a21f1de2ac72dce9a3 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 7 May 2007 20:47:49 +0000 Subject: [PATCH] made the birg non-const (needed for the spill-slot coalescing) [r13707] --- ir/be/ppc32/bearch_ppc32_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ppc32/bearch_ppc32_t.h b/ir/be/ppc32/bearch_ppc32_t.h index 9c5a07410..e4c596118 100644 --- a/ir/be/ppc32/bearch_ppc32_t.h +++ b/ir/be/ppc32/bearch_ppc32_t.h @@ -42,7 +42,7 @@ typedef struct _ppc32_code_gen_t { const arch_env_t *arch_env; /**< the arch env */ set *reg_set; /**< set to memorize registers for FIRM nodes (e.g. phi) */ ppc32_isa_t *isa; /**< the isa instance */ - const be_irg_t *birg; /**< The be-irg (contains additional information about the irg) */ + be_irg_t *birg; /**< The be-irg (contains additional information about the irg) */ unsigned area_size; /**< size of call area for the current irg */ ir_entity *area; /**< the entity representing the call area or NULL for leaf functions */ ir_node *start_succ_block; /**< the block succeeding the start block in the cfg */ -- 2.20.1