handle Block_entity like other node attributes
[libfirm] / ir / ir / irssacons.c
index 9470a8b..8a9ad50 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   restarting SSA construction for values.
  * @author  Michael Beck
- * @version $Id$
  */
 #include "config.h"
 
@@ -40,9 +39,9 @@ static void (*ssa_cons_walker)(ir_graph *, irg_walk_func *, irg_walk_func *, voi
  */
 static void prepare_blocks(ir_node *block, void *env)
 {
-       (void)env;
        unsigned        n_loc = current_ir_graph->n_loc;
        struct obstack *obst  = current_ir_graph->obst;
+  (void)env;
        /* reset mature flag */
        set_Block_matured(block, 0);
        block->attr.block.graph_arr  = NEW_ARR_D(ir_node *, obst, n_loc);