From: Florian Liekweg Date: Thu, 21 Oct 2004 11:11:21 +0000 (+0000) Subject: whitespace fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=134c512270263e3334cd80ef346e4571dfdf2017;p=libfirm whitespace fix [r4176] --- diff --git a/ir/ana2/typalise.h b/ir/ana2/typalise.h index fd4922792..0d096e0b8 100644 --- a/ir/ana2/typalise.h +++ b/ir/ana2/typalise.h @@ -18,6 +18,7 @@ # include "lset.h" # include "type.h" +# include "irnode.h" /* Data Types and Structures @@ -32,8 +33,7 @@ typedef enum typalise_kind_enum { typedef struct typalise { typalise_kind kind; - union - { + union { type *type; /* for kind == kind_exact and kind == kind_type */ lset_t *types; /* for kind == kind_types */ } res; @@ -61,6 +61,9 @@ typalise_t *typalise (ir_node*); /* $Log$ + Revision 1.2 2004/10/21 11:11:21 liekweg + whitespace fix + Revision 1.1 2004/10/21 11:09:37 liekweg Moved memwalk stuf into irmemwalk Moved lset stuff into lset