From: Florian Liekweg Date: Thu, 4 Nov 2004 14:54:44 +0000 (+0000) Subject: Nicer Colors X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b4daf3f49fa6041fe62eb18d710beca928e14cf5;p=libfirm Nicer Colors [r4274] --- diff --git a/ir/ana2/ecg.c b/ir/ana2/ecg.c index 7774587ed..abe2cab86 100644 --- a/ir/ana2/ecg.c +++ b/ir/ana2/ecg.c @@ -321,11 +321,11 @@ static void ecg_calls_act (ir_node *node, void *env) } } else if (iro_Alloc == op) { type *tp = get_Alloc_type (node); - const char *name = get_type_name (tp); + /* const char *name = get_type_name (tp); */ append_alloc (graph_info, node, tp); - fprintf (stdout, "NEW \"%s\"\n", name); + /* fprintf (stdout, "NEW \"%s\"\n", name); */ } } @@ -706,7 +706,7 @@ void ecg_report () while (NULL != ainfo) { ir_node *alloc = ainfo->alloc; const char *name = get_type_name (ainfo->tp); - const char *color = "red1"; + const char *color = "green3"; fprintf (dot, "\talloc_0x%08x [label=\"%s\", color=\"%s\"]\n", (int) alloc, name, color); @@ -782,6 +782,9 @@ void ecg_ecg () /* $Log$ + Revision 1.3 2004/11/04 14:54:44 liekweg + Nicer Colors + Revision 1.2 2004/10/21 11:09:37 liekweg Moved memwalk stuf into irmemwalk Moved lset stuff into lset