Do not set options which do not exist anymore.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 17 Nov 2007 08:51:46 +0000 (08:51 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 17 Nov 2007 08:51:46 +0000 (08:51 +0000)
[r18434]

main.c

diff --git a/main.c b/main.c
index d0cfcf9..acd2f48 100644 (file)
--- a/main.c
+++ b/main.c
@@ -65,19 +65,11 @@ static void initialize_firm(void)
        set_opt_control_flow_straightening(1);
        set_opt_control_flow_weak_simplification(1);
        set_opt_control_flow_strong_simplification(1);
-       set_opt_dead_node_elimination(1);
-       set_opt_reassociation(1);
-       set_opt_inline(1);
        set_opt_dyn_meth_dispatch(1);
        set_opt_normalize(1);
-       set_opt_tail_recursion(1);
-       set_opt_dead_method_elimination(1);
        set_opt_precise_exc_context(0);
-       set_opt_loop_unrolling(0);
        set_opt_strength_red(0);
-       set_opt_redundant_loadstore(1);
        set_opt_fragile_ops(0);
-       set_opt_function_call(1);
        set_opt_optimize_class_casts(0);
        set_opt_suppress_downcast_optimization(0);
        set_opt_remove_confirm(1);