X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillutil.c;h=a390ca266b401d6cc05aaa39c52c1a024285d147;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=079c879a29ab4afdf3ef65cc56c728db0081aca0;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/be/bespillutil.c b/ir/be/bespillutil.c index 079c879a2..a390ca266 100644 --- a/ir/be/bespillutil.c +++ b/ir/be/bespillutil.c @@ -1041,7 +1041,7 @@ void be_insert_spills_reloads(spill_env_t *env) /* Matze: In theory be_ssa_construction should take care of the liveness... * try to disable this again in the future */ - be_liveness_invalidate(be_get_irg_liveness(env->irg)); + be_invalidate_live_sets(env->irg); be_remove_dead_nodes_from_schedule(env->irg);