- oops
authorMatthias Braun <matze@braunis.de>
Mon, 3 Jul 2006 12:30:45 +0000 (12:30 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 3 Jul 2006 12:30:45 +0000 (12:30 +0000)
ir/be/bespillmorgan.c

index 9198a42..d42307a 100644 (file)
@@ -541,6 +541,7 @@ void be_spill_morgan(const be_chordal_env_t *chordal_env) {
        /* spill unused livethrough values around loops and blocks where
         * the pressure is too high
         */
+       reduce_register_pressure_in_loop(&env, get_irg_loop(env.irg), 0);
 
        /* Place copies for spilled phis */
        be_place_copies(env.senv);