X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbecopyheur4.c;h=0f7dca4e134fec18daf9202a245a02f773f9ee6b;hb=30369d28b8fabe4f66cee12f42ee475d9444cf9e;hp=603a6db94be806dcea7ed5edd937e74a02c1c2ee;hpb=c908d078f94f09fdc418f6a9911f1ed30390c60d;p=libfirm diff --git a/ir/be/becopyheur4.c b/ir/be/becopyheur4.c index 603a6db94..0f7dca4e1 100644 --- a/ir/be/becopyheur4.c +++ b/ir/be/becopyheur4.c @@ -648,7 +648,6 @@ static void build_affinity_chunks(co_mst_env_t *env) aff_edge_t *edges = NEW_ARR_F(aff_edge_t, 0); ir_node *n; int i, len; - aff_chunk_t *curr_chunk; size_t pn; /* at first we create the affinity edge objects */ @@ -924,7 +923,6 @@ static aff_chunk_t *fragment_chunk(co_mst_env_t *env, int col, aff_chunk_t *c, w */ static inline void reject_coloring(struct list_head *nodes) { - co_mst_irn_t *n, *temp; DB((dbg, LEVEL_4, "\treject coloring for")); list_for_each_entry_safe(co_mst_irn_t, n, temp, nodes, list) { DB((dbg, LEVEL_4, " %+F", n->irn)); @@ -937,7 +935,6 @@ static inline void reject_coloring(struct list_head *nodes) static inline void materialize_coloring(struct list_head *nodes) { - co_mst_irn_t *n, *temp; list_for_each_entry_safe(co_mst_irn_t, n, temp, nodes, list) { assert(n->tmp_col >= 0); n->col = n->tmp_col;