From e524fe6dc258c11b83d867eedbe07dc825e7c17b Mon Sep 17 00:00:00 2001 From: Thomas Bersch Date: Tue, 22 Sep 2009 11:09:50 +0000 Subject: [PATCH] IFG Data-Structure to PBQP CopyOpt Data-Structure added [r26597] --- ir/be/becopypbqp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/be/becopypbqp.h b/ir/be/becopypbqp.h index f1d850c27..bcb093789 100644 --- a/ir/be/becopypbqp.h +++ b/ir/be/becopypbqp.h @@ -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_ */ -- 2.20.1