From e80bef195f6635c493a03209f7ee5807e178f50a Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 3 Jul 2006 12:30:45 +0000 Subject: [PATCH] - oops --- ir/be/bespillmorgan.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1