From: Sebastian Hack Date: Fri, 3 Mar 2006 13:40:22 +0000 (+0000) Subject: Made be_irg_t to const X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cc43c73cc96b75fe36674ff51b728103f48a910c;p=libfirm Made be_irg_t to const --- diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index b7260c68b..340fe2f08 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -55,7 +55,7 @@ struct _be_chordal_env_t { struct obstack obst; /**< An obstack for temporary storage. */ be_ra_chordal_opts_t *opts; /**< A pointer to the chordal ra options. */ firm_dbg_module_t *dbg; /**< Debug module for the chordal register allocator. */ - be_irg_t *birg; /**< Backend IRG session. */ + const be_irg_t *birg; /**< Back-end IRG session. */ dom_front_info_t *dom_front; /**< Dominance frontiers. */ ir_graph *irg; /**< The graph under examination. */ const arch_register_class_t *cls; /**< The current register class. */