removed paramter for perm lowering
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 19 Apr 2006 11:52:48 +0000 (11:52 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 19 Apr 2006 11:52:48 +0000 (11:52 +0000)
ir/be/bechordal_main.c

index 4b31592..ddddad3 100644 (file)
@@ -374,9 +374,7 @@ static void be_ra_chordal_main(const be_irg_t *bi)
 
        dump(BE_CH_DUMP_LOWER, irg, NULL, "-spilloff", dump_ir_block_graph_sched);
 
-       lower_nodes_after_ra(&chordal_env,
-               options.lower_perm_opt & BE_CH_LOWER_PERM_COPY ? 1 : 0,
-               options.lower_perm_opt & BE_CH_LOWER_PERM_STAT ? 1 : 0);
+       lower_nodes_after_ra(&chordal_env, options.lower_perm_opt & BE_CH_LOWER_PERM_COPY ? 1 : 0);
        dump(BE_CH_DUMP_LOWER, irg, NULL, "-belower-after-ra", dump_ir_block_graph_sched);
 
        obstack_free(&chordal_env.obst, NULL);