X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillremat.c;h=5ad2cee652a593416c516458daac49e8d0e4f51a;hb=d3232fb563b9019e303a0bcae708ddfb65e69956;hp=b0e1e3696c1e86950635d79ca1c3de5be82569b2;hpb=b519dd6a1e6d85e843eff533be787d1f138a07ff;p=libfirm diff --git a/ir/be/bespillremat.c b/ir/be/bespillremat.c index b0e1e3696..5ad2cee65 100644 --- a/ir/be/bespillremat.c +++ b/ir/be/bespillremat.c @@ -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) { }