From 8ee3cd1896bca7b59f212a124c132ea13db6c036 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 13 Jan 2006 22:00:15 +0000 Subject: [PATCH] renamed all types 'type' to 'ir_type' [r7231] --- ir/ana2/ecg.h | 5 ++++- ir/ana2/pto_name.h | 11 +++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ir/ana2/ecg.h b/ir/ana2/ecg.h index 198846a95..5fc91c7d3 100644 --- a/ir/ana2/ecg.h +++ b/ir/ana2/ecg.h @@ -23,7 +23,7 @@ typedef struct alloc_info { ir_graph *graph; ir_node *alloc; - type *tp; + ir_type *tp; struct alloc_info *prev; } alloc_info_t; @@ -82,6 +82,9 @@ void ecg_ecg (void); /* $Log$ +Revision 1.4 2006/01/13 22:00:15 beck +renamed all types 'type' to 'ir_type' + Revision 1.3 2004/11/20 21:20:29 liekweg Added iterator functions diff --git a/ir/ana2/pto_name.h b/ir/ana2/pto_name.h index fb75d5e0e..09191c924 100644 --- a/ir/ana2/pto_name.h +++ b/ir/ana2/pto_name.h @@ -42,7 +42,7 @@ typedef struct desc_str int ctx; int col_idx; desc_kind_t kind; - type *tp; + ir_type *tp; ir_node *node; /* allocation node */ struct desc_str *prev; /* linked list */ } desc_t; @@ -55,7 +55,7 @@ typedef struct obj_desc_str int ctx; int col_idx; desc_kind_t kind; - type *tp; + ir_type *tp; ir_node *node; /* allocation node */ struct desc_str *prev; /* linked list */ @@ -72,7 +72,7 @@ typedef struct arr_desc_str int ctx; int col_idx; desc_kind_t kind; - type *tp; + ir_type *tp; ir_node *node; /* allocation node */ struct desc_str *prev; /* linked list */ @@ -89,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*, int); +desc_t *new_name (ir_type*, ir_node*, int); /* get a new descriptor for the given (presumably static) entity */ desc_t *new_ent_name (entity*); @@ -111,6 +111,9 @@ void pto_name_cleanup (void); /* $Log$ + Revision 1.7 2006/01/13 22:00:15 beck + renamed all types 'type' to 'ir_type' + Revision 1.6 2004/12/15 13:30:41 liekweg print yet nicer names -- 2.20.1