whitespace fix
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Thu, 21 Oct 2004 11:11:21 +0000 (11:11 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Thu, 21 Oct 2004 11:11:21 +0000 (11:11 +0000)
[r4176]

ir/ana2/typalise.h

index fd49227..0d096e0 100644 (file)
@@ -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*);
 \f
 /*
   $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