sparc: implement float->unsigned conversions
[libfirm] / ir / be / bespillutil.c
index ccef797..a390ca2 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       implementation of the spill/reload placement abstraction layer
  * @author      Daniel Grund, Sebastian Hack, Matthias Braun
  * @date        29.09.2005
- * @version     $Id$
  */
 #include "config.h"
 
@@ -1042,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);