X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Ftypalise.h;h=ecb1c296de2d0e135e8cafb06ca862bad2fb78f2;hb=c53a503e81f6e7c0995fbbcc451c2178ad9083bd;hp=829e95c83524da567458ab3514867fc44acdbeae;hpb=0a8c7fbf5aada0518fa6f9dc98e228025463e0df;p=libfirm diff --git a/ir/ana2/typalise.h b/ir/ana2/typalise.h index 829e95c83..ecb1c296d 100644 --- a/ir/ana2/typalise.h +++ b/ir/ana2/typalise.h @@ -34,7 +34,7 @@ typedef struct typalise { typalise_kind kind; union { - type *type; /* for kind == kind_exact and kind == kind_type */ + ir_type *type; /* for kind == kind_exact and kind == kind_type */ lset_t *types; /* for kind == kind_types */ } res; int id; @@ -66,6 +66,9 @@ void typalise_init (void); /* $Log$ + Revision 1.4 2006/01/13 21:54:03 beck + renamed all types 'type' to 'ir_type' + Revision 1.3 2005/03/22 13:56:09 liekweg "small" fix for exception b/d