Added a belady version with a different global pass.
[libfirm] / ir / be / bespillremat.c
index b0e1e36..5ad2cee 100644 (file)
@@ -3466,7 +3466,6 @@ delete_remat(spill_ilp_t * si, ir_node * remat) {
        }
 }
 
-/* FIXME: is this still correct:? Proj's are neither scheduled anymore nor they have a block ... */
 static void
 clean_remat_info(spill_ilp_t * si)
 {
@@ -4618,7 +4617,7 @@ BE_REGISTER_MODULE_CONSTRUCTOR(be_init_spillremat);
 
 #else                          /* WITH_ILP */
 
-static void INLINE
+static __attribute__((unused))
 only_that_you_can_compile_without_WITH_ILP_defined(void)
 {
 }