Bitset added to pbqp_co_t data structure.
authorThomas Bersch <bersch@ipd.info.uni-karlsruhe.de>
Tue, 29 Sep 2009 12:33:11 +0000 (12:33 +0000)
committerThomas Bersch <bersch@ipd.info.uni-karlsruhe.de>
Tue, 29 Sep 2009 12:33:11 +0000 (12:33 +0000)
Bitset contain's information if node has register constraints or not

[r26660]

ir/be/becopypbqp.h

index bcb0937..3a4bd38 100644 (file)
@@ -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;
 };