From e97d72b4bc056072791c5f1b7d749b5ce072d78b Mon Sep 17 00:00:00 2001 From: Thomas Bersch Date: Tue, 29 Sep 2009 12:33:11 +0000 Subject: [PATCH] Bitset added to pbqp_co_t data structure. Bitset contain's information if node has register constraints or not [r26660] --- ir/be/becopypbqp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/be/becopypbqp.h b/ir/be/becopypbqp.h index bcb093789..3a4bd385c 100644 --- a/ir/be/becopypbqp.h +++ b/ir/be/becopypbqp.h @@ -26,6 +26,7 @@ struct _pbqp_co_t { pmap *map; // contains relation between irn and pbqp node pbqp *pbqp; bitset_t *ignore_reg; + bitset_t *constatNodes; be_ifg_t *ifg; }; -- 2.20.1