replaced inline by __inline to allow to be compiled in gcc and msvc modes
[libfirm] / ir / be / bespillmorgan.c
index 1ebce39..e931929 100644 (file)
@@ -571,7 +571,6 @@ void be_spill_morgan(be_irg_t *birg, const arch_register_class_t *cls) {
        env.cls  = cls;
        env.lv   = be_get_birg_liveness(birg);
        env.senv = be_new_spill_env(birg);
-       DEBUG_ONLY(be_set_spill_env_dbg_module(env.senv, dbg);)
 
        obstack_init(&env.obst);