From: Johannes Spallek Date: Fri, 16 Jun 2006 10:02:05 +0000 (+0000) Subject: added pointer to the chordal_env the ifg belongs to X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=331175c44d9a047015682bdf23b92ae8a18ecbd5;p=libfirm added pointer to the chordal_env the ifg belongs to --- 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