use the correct mode for DIV
[libfirm] / 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);