Replaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by new get_nodes_block()/set_nodes_...
[libfirm] / ir / be / bespillremat.c
index 9a12896..b0e1e36 100644 (file)
@@ -3466,6 +3466,7 @@ 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)
 {