From 331175c44d9a047015682bdf23b92ae8a18ecbd5 Mon Sep 17 00:00:00 2001 From: Johannes Spallek Date: Fri, 16 Jun 2006 10:02:05 +0000 Subject: [PATCH] added pointer to the chordal_env the ifg belongs to --- ir/be/beifg_t.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/be/beifg_t.h b/ir/be/beifg_t.h index 10d721a4a..a1fbc5c6c 100644 --- a/ir/be/beifg_t.h +++ b/ir/be/beifg_t.h @@ -35,6 +35,7 @@ struct _be_ifg_impl_t { struct _be_ifg_t { const be_ifg_impl_t *impl; + const be_chordal_env_t *env; }; #ifdef _BE_IFG_USE_MACROS -- 2.20.1