don't test flags again in place_code
authorMatthias Braun <matze@braunis.de>
Sun, 25 Mar 2007 16:57:02 +0000 (16:57 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 25 Mar 2007 16:57:02 +0000 (16:57 +0000)
[r8730]

ir/ir/irgopt.c

index 8e18d55..c6bcc78 100644 (file)
@@ -10,7 +10,7 @@
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <assert.h>
@@ -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);