X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespilldaemel.c;h=e549aadd66ce9ff87c8f5f006cc2ccd2a6d6f9fe;hb=fc2759fa267ba4b074c2ac570c1b9d47cc943612;hp=39ffc95de87a36008a8a50201729eaab9dea552f;hpb=5f6828c4391e8b0d478cdcdad4057d703708aea8;p=libfirm diff --git a/ir/be/bespilldaemel.c b/ir/be/bespilldaemel.c index 39ffc95de..e549aadd6 100644 --- a/ir/be/bespilldaemel.c +++ b/ir/be/bespilldaemel.c @@ -215,7 +215,7 @@ static void do_spilling(ir_nodeset_t *live_nodes, ir_node *node) int is_use; if (cand_idx >= n_live_nodes) { - panic("can't spill enough values for node %+F\n", node); + panic("can't spill enough values for node %+F", node); }