From: Matthias Braun Date: Sun, 25 Mar 2007 16:57:02 +0000 (+0000) Subject: don't test flags again in place_code X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=366480b248127e487c23028648a9b65bf3e87fca;p=libfirm don't test flags again in place_code [r8730] --- diff --git a/ir/ir/irgopt.c b/ir/ir/irgopt.c index 8e18d55fd..c6bcc78ec 100644 --- a/ir/ir/irgopt.c +++ b/ir/ir/irgopt.c @@ -10,7 +10,7 @@ * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif #include @@ -2095,8 +2095,6 @@ void place_code(ir_graph *irg) { current_ir_graph = irg; - if (!(get_opt_optimize() && get_opt_global_cse())) return; - /* Handle graph state */ assert(get_irg_phase_state(irg) != phase_building); assure_doms(irg);