X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=e73f0327342fae04ce049aaf43e76ef46093b1e9;hb=2f1c0bbc129c5e7b9ea0d2b4de729ca88df9d557;hp=c53e27bdc93741be7e52443fae53555beaae5af4;hpb=071b81998b17c006621e299c51aafd7ffc19f27a;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index c53e27bdc..e73f03273 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -57,6 +57,7 @@ struct _be_chordal_env_t { ir_graph *irg; /**< The graph under examination. */ const arch_register_class_t *cls; /**< The current register class. */ pmap *border_heads; /**< Maps blocks to border heads. */ + pset *constr_irn; /**< Nodes which deserve special constraint handling. */ be_ifg_t *ifg; /**< The interference graph. */ void *data; /**< Some pointer, to which different phases can attach data to. */