used new new_type_frame() to generate frame types
[libfirm] / ir / ana2 / typalise.h
index fd49227..829e95c 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;
@@ -56,11 +56,22 @@ lset_t *filter_for_ta (lset_t*, typalise_t*);
 */
 typalise_t *typalise (ir_node*);
 
+/*
+  Initialise the Typalise module
+*/
+void typalise_init (void);
+
 # endif /* not defined _TYPALISE_H_ */
 
 \f
 /*
   $Log$
+  Revision 1.3  2005/03/22 13:56:09  liekweg
+  "small" fix for exception b/d
+
+  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