added pointer to the chordal_env the ifg belongs to
authorJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Fri, 16 Jun 2006 10:02:05 +0000 (10:02 +0000)
committerJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Fri, 16 Jun 2006 10:02:05 +0000 (10:02 +0000)
ir/be/beifg_t.h

index 10d721a..a1fbc5c 100644 (file)
@@ -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