From: Florian Liekweg Date: Thu, 27 Jan 2005 15:51:19 +0000 (+0000) Subject: whitespace change X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1fd253561fabedb2fdf6fb043fe9e6a4783b229e;p=libfirm whitespace change [r4979] --- diff --git a/ir/ana2/pto_comp.c b/ir/ana2/pto_comp.c index 47df95725..ee4e661ec 100644 --- a/ir/ana2/pto_comp.c +++ b/ir/ana2/pto_comp.c @@ -167,16 +167,16 @@ static int set_graph_result (ir_graph *graph, ir_node *call) assert (call_pto); - DBGPRINT (0, (stdout, "%s: before change args\n", __FUNCTION__)); - DBGEXE (0, pto_print_pto (end_block)); - DBGEXE (0, pto_print_pto (call)); + DBGPRINT (1, (stdout, "%s: before change args\n", __FUNCTION__)); + DBGEXE (1, pto_print_pto (end_block)); + DBGEXE (1, pto_print_pto (call)); change = qset_insert_all (call_pto->values, ret_pto->values); if (change) { - DBGPRINT (0, (stdout, "%s: after change args\n", __FUNCTION__)); - DBGEXE (0, pto_print_pto (end_block)); - DBGEXE (0, pto_print_pto (call)); + DBGPRINT (1, (stdout, "%s: after change args\n", __FUNCTION__)); + DBGEXE (1, pto_print_pto (end_block)); + DBGEXE (1, pto_print_pto (call)); /* assert (0); */ } @@ -756,6 +756,9 @@ pto_t *get_alloc_pto (ir_node *alloc) /* $Log$ + Revision 1.16 2005/01/27 15:51:19 liekweg + whitespace change + Revision 1.15 2005/01/14 14:14:26 liekweg fix gnu extension, fix fprintf's