enabled non-ia32 backends again: undo change 14191
[libfirm] / ir / be / bespillbelady.c
index 0534413..6b6c660 100644 (file)
@@ -45,7 +45,7 @@
 #include "beutil.h"
 #include "bearch_t.h"
 #include "bespillbelady.h"
-#include "beuses_t.h"
+#include "beuses.h"
 #include "besched_t.h"
 #include "beirgmod.h"
 #include "belive_t.h"
@@ -730,7 +730,6 @@ void be_spill_belady_spill_env(be_irg_t *birg, const arch_register_class_t *cls,
        } else {
                env.senv = spill_env;
        }
-       DEBUG_ONLY(be_set_spill_env_dbg_module(env.senv, dbg);)
 
        be_clear_links(irg);
        /* Decide which phi nodes will be spilled and place copies for them into the graph */