X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=heuristical.c;h=925b26deddb723c7605870b6e066e2834633221e;hb=f8c87aa3ecfd665dbef85d80b7afa0ddbb1fbe61;hp=973dc0360140005d8b2d6f5dbf776a5f84222247;hpb=c837a21f9790102767490ef43ac54d5a5b75fa9e;p=libfirm diff --git a/heuristical.c b/heuristical.c index 973dc0360..925b26ded 100644 --- a/heuristical.c +++ b/heuristical.c @@ -219,7 +219,7 @@ static void simplify_edge(pbqp *pbqp, pbqp_edge *edge) assert(src_node); assert(tgt_node); - if(pbqp->dump_file) { + if (pbqp->dump_file) { char txt[100]; sprintf(txt, "Simplification of Edge n%d-n%d", src_node->index, tgt_node->index); dump_section(pbqp->dump_file, 3, txt);