From c8f01c5b222ed1ecfc47568d9fc711aa6a8a4274 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 25 Jun 2011 18:15:05 +0200 Subject: [PATCH] C99 feature removed. --- ir/be/beuses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beuses.c b/ir/be/beuses.c index d3b60126b..248ea1398 100644 --- a/ir/be/beuses.c +++ b/ir/be/beuses.c @@ -238,8 +238,8 @@ static be_next_use_t get_next_use(be_uses_t *env, ir_node *from, next_use_step = INT_MAX; timestep = get_step(from); foreach_out_edge(def, edge) { - node = get_edge_src_irn(edge); unsigned node_step; + node = get_edge_src_irn(edge); if (is_Anchor(node)) continue; -- 2.20.1