From cc43c73cc96b75fe36674ff51b728103f48a910c Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Fri, 3 Mar 2006 13:40:22 +0000 Subject: [PATCH] Made be_irg_t to const --- ir/be/bechordal_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1