From: Matthias Braun Date: Mon, 3 Jul 2006 12:30:45 +0000 (+0000) Subject: - oops X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e80bef195f6635c493a03209f7ee5807e178f50a;p=libfirm - oops --- diff --git a/ir/be/bespillmorgan.c b/ir/be/bespillmorgan.c index 9198a4202..d42307a47 100644 --- a/ir/be/bespillmorgan.c +++ b/ir/be/bespillmorgan.c @@ -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);