From 7bce248c9154f3c18bc229481ee202e5634d048d Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Wed, 15 Dec 2004 13:30:41 +0000 Subject: [PATCH] print yet nicer names [r4662] --- ir/ana2/pto_name.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ir/ana2/pto_name.h b/ir/ana2/pto_name.h index cbc28f389..fb75d5e0e 100644 --- a/ir/ana2/pto_name.h +++ b/ir/ana2/pto_name.h @@ -39,6 +39,7 @@ typedef struct desc_str { int id; int visit; + int ctx; int col_idx; desc_kind_t kind; type *tp; @@ -51,6 +52,7 @@ typedef struct obj_desc_str { int id; int visit; + int ctx; int col_idx; desc_kind_t kind; type *tp; @@ -67,6 +69,7 @@ typedef struct arr_desc_str { int id; int visit; + int ctx; int col_idx; desc_kind_t kind; type *tp; @@ -86,7 +89,7 @@ void pto_dump_names (const char*); qset_t *get_entry (desc_t*, entity*); /* get a new descriptor for the given type at the given node */ -desc_t *new_name (type*, ir_node*); +desc_t *new_name (type*, ir_node*, int); /* get a new descriptor for the given (presumably static) entity */ desc_t *new_ent_name (entity*); @@ -108,6 +111,9 @@ void pto_name_cleanup (void); /* $Log$ + Revision 1.6 2004/12/15 13:30:41 liekweg + print yet nicer names + Revision 1.5 2004/12/06 12:52:09 liekweg colorize name dump -- 2.20.1