X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopypbqp.h;h=d152dc41bd03c0326a2f703312b0429c2ba2cba7;hb=4265d3c97c543f9c5d159d62117fb5de65a66df8;hp=3a4bd385c1ec65011501d42a72c7475695217bad;hpb=e97d72b4bc056072791c5f1b7d749b5ce072d78b;p=libfirm diff --git a/ir/be/becopypbqp.h b/ir/be/becopypbqp.h index 3a4bd385c..d152dc41b 100644 --- a/ir/be/becopypbqp.h +++ b/ir/be/becopypbqp.h @@ -23,10 +23,9 @@ typedef struct _pbqp_co_t pbqp_co_t; struct _pbqp_co_t { const arch_register_class_t *cls; // current register class plist_t *rpeo; // reverse perfect elimination order - pmap *map; // contains relation between irn and pbqp node pbqp *pbqp; bitset_t *ignore_reg; - bitset_t *constatNodes; + bitset_t *restricted_nodes; be_ifg_t *ifg; };