From effed30a79b8c25e42ae1c9cc401722b32213426 Mon Sep 17 00:00:00 2001 From: Thomas Bersch Date: Thu, 1 Oct 2009 10:09:31 +0000 Subject: [PATCH] property name in _pbqp_co_t structure changed [r26670] --- ir/be/becopypbqp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/becopypbqp.h b/ir/be/becopypbqp.h index 3a4bd385c..3ed4786df 100644 --- a/ir/be/becopypbqp.h +++ b/ir/be/becopypbqp.h @@ -26,7 +26,7 @@ struct _pbqp_co_t { 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; }; -- 2.20.1