IFG Data-Structure to PBQP CopyOpt Data-Structure added
authorThomas Bersch <bersch@ipd.info.uni-karlsruhe.de>
Tue, 22 Sep 2009 11:09:50 +0000 (11:09 +0000)
committerThomas Bersch <bersch@ipd.info.uni-karlsruhe.de>
Tue, 22 Sep 2009 11:09:50 +0000 (11:09 +0000)
[r26597]

ir/be/becopypbqp.h

index f1d850c..bcb0937 100644 (file)
@@ -14,6 +14,8 @@
 #include "pbqp_t.h"
 #include "bitset.h"
 #include "bechordal.h"
+#include "pqueue.h"
+#include "beifg.h"
 
 typedef struct _pbqp_co_t pbqp_co_t;
 
@@ -24,6 +26,7 @@ struct _pbqp_co_t {
        pmap *map;                                                      // contains relation between irn and pbqp node
        pbqp *pbqp;
        bitset_t *ignore_reg;
+       be_ifg_t *ifg;
 };
 
 #endif /* BECOPYPBQP_H_ */